UNPKG

viem

Version:

TypeScript Interface for Ethereum

22 lines (20 loc) 446 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, })