UNPKG

viem

Version:

TypeScript Interface for Ethereum

27 lines (25 loc) 616 B
import { defineChain } from '../../utils/chain/defineChain.js' export const cronoszkEVM = /*#__PURE__*/ 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, }, }, })