UNPKG

viem

Version:

TypeScript Interface for Ethereum

27 lines (25 loc) 627 B
import { defineChain } from '../../utils/chain/defineChain.js' export const astarZkEVM = /*#__PURE__*/ defineChain({ id: 3_776, name: 'Astar zkEVM', network: 'AstarZkEVM', nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc-zkevm.astar.network'], }, }, blockExplorers: { default: { name: 'Astar zkEVM Explorer', url: 'https://astar-zkevm.explorer.startale.com', }, }, contracts: { multicall3: { address: '0xca11bde05977b3631167028862be2a173976ca11', blockCreated: 93528, }, }, testnet: false, })