UNPKG

viem

Version:

TypeScript Interface for Ethereum

34 lines 942 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.moonbeam = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.moonbeam = (0, defineChain_js_1.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