UNPKG

viem

Version:

TypeScript Interface for Ethereum

28 lines 770 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const rootstockTestnet = /*#__PURE__*/ defineChain({ id: 31, name: 'Rootstock Testnet', network: 'rootstock', nativeCurrency: { decimals: 18, name: 'Rootstock Bitcoin', symbol: 'tRBTC', }, rpcUrls: { default: { http: ['https://public-node.testnet.rsk.co'] }, }, blockExplorers: { default: { name: 'RSK Explorer', url: 'https://explorer.testnet.rootstock.io', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 2771150, }, }, testnet: true, }); //# sourceMappingURL=rootstockTestnet.js.map