viem
Version:
21 lines • 536 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const expanse = /*#__PURE__*/ defineChain({
id: 2,
name: 'Expanse Network',
nativeCurrency: {
decimals: 18,
name: 'EXP',
symbol: 'EXP',
},
rpcUrls: {
default: { http: ['https://node.expanse.tech'] },
},
blockExplorers: {
default: {
name: 'Expanse Explorer',
url: 'https://explorer.expanse.tech',
},
},
testnet: false,
});
//# sourceMappingURL=expanse.js.map