UNPKG

viem

Version:

TypeScript Interface for Ethereum

27 lines 714 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const rootstock = /*#__PURE__*/ defineChain({ id: 30, name: 'Rootstock Mainnet', network: 'rootstock', nativeCurrency: { decimals: 18, name: 'Rootstock Bitcoin', symbol: 'RBTC', }, rpcUrls: { default: { http: ['https://public-node.rsk.co'] }, }, blockExplorers: { default: { name: 'RSK Explorer', url: 'https://explorer.rsk.co', }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 4249540, }, }, }); //# sourceMappingURL=rootstock.js.map