UNPKG

viem

Version:

TypeScript Interface for Ethereum

29 lines 848 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cronoszkEVM = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.cronoszkEVM = (0, defineChain_js_1.defineChain)({ id: 388, name: 'Cronos zkEVM Mainnet', nativeCurrency: { decimals: 18, name: 'Cronos zkEVM CRO', symbol: 'zkCRO', }, rpcUrls: { default: { http: ['https://mainnet.zkevm.cronos.org'] }, }, blockExplorers: { default: { name: 'Cronos zkEVM (Mainnet) Chain Explorer', url: 'https://explorer.zkevm.cronos.org', }, }, contracts: { multicall3: { address: '0x06f4487d7c4a5983d2660db965cc6d2565e4cfaa', blockCreated: 72, }, }, }); //# sourceMappingURL=cronoszkEVM.js.map