UNPKG

viem

Version:

TypeScript Interface for Ethereum

28 lines (26 loc) 705 B
import { defineChain } from '../../utils/chain/defineChain.js' export const marooTestnet = /*#__PURE__*/ defineChain({ id: 450_815, name: 'Maroo Testnet', nativeCurrency: { name: 'Testnet OKRW', symbol: 'tOKRW', decimals: 18 }, rpcUrls: { default: { http: ['https://rpc-testnet.maroo.io'], webSocket: ['wss://ws-testnet.maroo.io'], }, }, blockExplorers: { default: { name: 'Blockscout', url: 'https://explorer-testnet.maroo.io', apiUrl: 'https://explorer-testnet.maroo.io/blockscout/api', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 0, }, }, testnet: true, })