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 22, 2024
1 parent 86da3e2 commit d6bdbb3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion utils/scripts/tokenMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ const transformTokens = {

const ibcMappings = {}

const fixBalancesTokens = {}
const fixBalancesTokens = {
base: {
"0xe4b20925D9E9a62F1E492e15a81dC0de62804dd4": { coingeckoId: "bitcoin-usd-btcfi", decimals: 18 }
}
}

// run()

Expand Down

0 comments on commit d6bdbb3

Please sign in to comment.