opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
25 lines (23 loc) • 584 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const redbellyTestnet = /*#__PURE__*/ defineChain({
id: 153,
name: 'Redbelly Network Testnet',
nativeCurrency: {
name: 'Redbelly Native Coin',
symbol: 'RBNT',
decimals: 18,
},
rpcUrls: {
default: {
http: ['https://governors.testnet.redbelly.network'],
},
},
blockExplorers: {
default: {
name: 'Ethernal',
url: 'https://explorer.testnet.redbelly.network',
apiUrl: 'https://ethernal.fly.dev/api',
},
},
testnet: true,
})