Skip to content

Commit

Permalink
feat: add core chain UBTC (#11827)
Browse files Browse the repository at this point in the history
Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
leeamijo and g1nt0ki authored Oct 5, 2024
1 parent d18befb commit 5837906
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 = {
'0x1b97100ea1d7126c4d60027e231ea4cb25314bdb': { coingeckoId: 'ankr-staked-flow', decimals: 18 },
'0x7f27352d5f83db87a5a3e00f4b07cc2138d8ee52': { coingeckoId: 'usd-coin', decimals: 6 },
},
core: {
'0x782e2b85fda9a8224c17b191fc5de1e085a962b2': { coingeckoId: "wrapped-bitcoin-universal", decimals: 18 },
},
matchain: {
[ADDRESSES.null]: { coingeckoId: 'binancecoin', decimals: 18 },
'0x4200000000000000000000000000000000000006': { coingeckoId: 'binancecoin', decimals: 18 },
Expand Down

0 comments on commit 5837906

Please sign in to comment.