Skip to content

Commit

Permalink
Merge pull request #613 from ahsan-javaiid/fix/enable-blockscout-for-rsk
Browse files Browse the repository at this point in the history
[FIX] Asset Balances Not Showing for Rootstock
  • Loading branch information
kvhnuke authored Feb 10, 2025
2 parents 13408e4 + ab3b393 commit 7bee132
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const supportedNetworks: Record<SupportedNetworkNames, SupportedNetwork> = {
[NetworkNames.Rootstock]: {
tbName: 'rsk',
cgPlatform: CoingeckoPlatform.Rootstock,
bsEndpoint: true,
},
[NetworkNames.Arbitrum]: {
tbName: 'arb',
Expand Down

0 comments on commit 7bee132

Please sign in to comment.