opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
28 lines (26 loc) • 625 B
text/typescript
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,
},
},
})