UNPKG

viem

Version:

TypeScript Interface for Ethereum

32 lines (30 loc) 692 B
import { defineChain } from '../../utils/chain/defineChain.js' export const moonbeam = /*#__PURE__*/ defineChain({ id: 1284, name: 'Moonbeam', nativeCurrency: { decimals: 18, name: 'GLMR', symbol: 'GLMR', }, rpcUrls: { default: { http: ['https://moonbeam.public.blastapi.io'], webSocket: ['wss://moonbeam.public.blastapi.io'], }, }, blockExplorers: { default: { name: 'Moonscan', url: 'https://moonscan.io', apiUrl: 'https://api-moonbeam.moonscan.io/api', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 609002, }, }, testnet: false, })