UNPKG

viem

Version:

TypeScript Interface for Ethereum

30 lines 792 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.coreDao = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.coreDao = (0, defineChain_js_1.defineChain)({ id: 1116, name: 'Core Dao', nativeCurrency: { decimals: 18, name: 'Core', symbol: 'CORE', }, rpcUrls: { default: { http: ['https://rpc.coredao.org'] }, }, blockExplorers: { default: { name: 'CoreDao', url: 'https://scan.coredao.org', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 11_907_934, }, }, testnet: false, }); //# sourceMappingURL=coreDao.js.map