UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines (21 loc) 438 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', }, }, })