Skip to content

Commit

Permalink
add btcusd in base network
Browse files Browse the repository at this point in the history
  • Loading branch information
tlatkdgus1 committed Jul 26, 2024
1 parent 60de9a1 commit ad718bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/helper/tokenMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ const fixBalancesTokens = {
ripple: {
"XRP": { coingeckoId: "ripple", decimals: 6 },
},
base: {
"0xe4b20925D9E9a62F1E492e15a81dC0de62804dd4": { coingeckoId: "bitcoin-usd-btcfi", decimals: 18 }
},
}

ibcChains.forEach(chain => fixBalancesTokens[chain] = { ...ibcMappings, ...(fixBalancesTokens[chain] || {}) })
Expand Down

0 comments on commit ad718bb

Please sign in to comment.