UNPKG

viem

Version:

TypeScript Interface for Ethereum

22 lines 535 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const apollo = /*#__PURE__*/ defineChain({ id: 62606, name: 'Apollo', nativeCurrency: { decimals: 18, name: 'Apollo', symbol: 'APOLLO', }, rpcUrls: { default: { http: ['https://mainnet-rpc.apolloscan.io'], }, }, blockExplorers: { default: { name: 'Apollo Explorer', url: 'https://apolloscan.io', }, }, }); //# sourceMappingURL=apollo.js.map