UNPKG

viem

Version:

TypeScript Interface for Ethereum

21 lines 536 B
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