viem
Version:
21 lines • 562 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const exsat = /*#__PURE__*/ defineChain({
id: 7200,
name: 'exSat Network',
nativeCurrency: {
decimals: 18,
name: 'BTC',
symbol: 'BTC',
},
rpcUrls: {
default: { http: ['https://evm.exsat.network'] },
},
blockExplorers: {
default: {
name: 'exSat Explorer',
url: 'https://scan.exsat.network',
apiUrl: 'https://scan.exsat.network/api',
},
},
});
//# sourceMappingURL=exSat.js.map