UNPKG

viem

Version:

TypeScript Interface for Ethereum

32 lines 889 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.celo = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); const chainConfig_js_1 = require("../celo/chainConfig.js"); exports.celo = (0, defineChain_js_1.defineChain)({ ...chainConfig_js_1.chainConfig, id: 42220, name: 'Celo', nativeCurrency: { decimals: 18, name: 'CELO', symbol: 'CELO', }, rpcUrls: { default: { http: ['https://forno.celo.org'] }, }, blockExplorers: { default: { name: 'Celo Explorer', url: 'https://explorer.celo.org/mainnet', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 13112599, }, }, testnet: false, }); //# sourceMappingURL=celo.js.map