UNPKG

viem

Version:

TypeScript Interface for Ethereum

28 lines (26 loc) 632 B
import { defineChain } from '../../utils/chain/defineChain.js' export const edgeware = /*#__PURE__*/ defineChain({ id: 2021, name: 'Edgeware EdgeEVM Mainnet', nativeCurrency: { decimals: 18, name: 'Edgeware', symbol: 'EDG', }, rpcUrls: { default: { http: ['https://edgeware-evm.jelliedowl.net'] }, }, blockExplorers: { default: { name: 'Edgscan by Bharathcoorg', url: 'https://edgscan.live', apiUrl: 'https://edgscan.live/api', }, }, contracts: { multicall3: { address: '0xca11bde05977b3631167028862be2a173976ca11', blockCreated: 18117872, }, }, })