Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored and github-actions[bot] committed Jun 11, 2024
1 parent 895e7d1 commit 18ba3dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/chains/definitions/redbellyTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ 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 },
nativeCurrency: {
name: 'Redbelly Native Coin',
symbol: 'RBNT',
decimals: 18,
},
rpcUrls: {
default: {
http: ['https://governors.testnet.redbelly.network'],
Expand Down

0 comments on commit 18ba3dc

Please sign in to comment.