UNPKG

viem

Version:

TypeScript Interface for Ethereum

30 lines (28 loc) 626 B
import { defineChain } from '../../utils/chain/defineChain.js' export const monadTestnet = /*#__PURE__*/ defineChain({ id: 10_143, name: 'Monad Testnet', nativeCurrency: { name: 'Testnet MON Token', symbol: 'MON', decimals: 18, }, rpcUrls: { default: { http: ['https://testnet-rpc.monad.xyz'], }, }, blockExplorers: { default: { name: 'Monad Testnet explorer', url: 'https://testnet.monadexplorer.com', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 251449, }, }, testnet: true, })