UNPKG

viem

Version:

TypeScript Interface for Ethereum

26 lines (24 loc) 662 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: { blockscout: { name: 'Blockscout', url: 'https://rootstock.blockscout.com' }, default: { name: 'RSK Explorer', url: 'https://explorer.rsk.co' }, }, contracts: { multicall3: { address: '0xcA11bde05977b3631167028862bE2a173976CA11', blockCreated: 4249540, }, }, })