opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
23 lines (21 loc) • 532 B
text/typescript
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',
},
},
testnet: true,
})