UNPKG

viem

Version:

TypeScript Interface for Ethereum

27 lines (25 loc) 628 B
import { defineChain } from '../../utils/chain/defineChain.js' export const areum = /*#__PURE__*/ defineChain({ id: 463, name: 'Areum', nativeCurrency: { decimals: 18, name: 'AREA', symbol: 'AREA' }, rpcUrls: { default: { http: ['https://mainnet-rpc.areum.network'], webSocket: ['wss://mainnet-ws.areum.network'], }, }, blockExplorers: { default: { name: 'Areum Explorer', url: 'https://explorer.areum.network', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 353286, }, }, testnet: false, })