Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Nov 28, 2024
1 parent c2beb14 commit 6031a4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/chains/definitions/redbellyMainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export const redbellyMainnet = /*#__PURE__*/ defineChain({
default: {
name: 'Routescan',
url: 'https://redbelly.routescan.io',
apiUrl: 'https://api.routescan.io/v2/network/mainnet/evm/151/etherscan/api',
apiUrl:
'https://api.routescan.io/v2/network/mainnet/evm/151/etherscan/api',
},
},
testnet: false,
Expand Down
3 changes: 2 additions & 1 deletion src/chains/definitions/redbellyTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export const redbellyTestnet = /*#__PURE__*/ defineChain({
default: {
name: 'Routescan',
url: 'https://redbelly.testnet.routescan.io',
apiUrl:'https://api.routescan.io/v2/network/testnet/evm/153_2/etherscan/api',
apiUrl:
'https://api.routescan.io/v2/network/testnet/evm/153_2/etherscan/api',
},
},
testnet: true,
Expand Down

0 comments on commit 6031a4b

Please sign in to comment.