UNPKG

viem

Version:

TypeScript Interface for Ethereum

27 lines 791 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const metisGoerli = /*#__PURE__*/ defineChain({ id: 599, name: 'Metis Goerli', nativeCurrency: { decimals: 18, name: 'Metis Goerli', symbol: 'METIS', }, rpcUrls: { default: { http: ['https://goerli.gateway.metisdevops.link'] }, }, blockExplorers: { default: { name: 'Metis Goerli Explorer', url: 'https://goerli.explorer.metisdevops.link', apiUrl: 'https://goerli.explorer.metisdevops.link/api', }, }, contracts: { multicall3: { address: '0xca11bde05977b3631167028862be2a173976ca11', blockCreated: 1006207, }, }, }); //# sourceMappingURL=metisGoerli.js.map