viem
Version:
31 lines • 829 B
JavaScript
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,
});
//# sourceMappingURL=moonbeam.js.map