Skip to content

Commit

Permalink
include PR #12996
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jan 8, 2025
1 parent 121de05 commit dab078a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion projects/helper/tokenMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,13 @@ const fixBalancesTokens = {
'i9nwxtKuVYX4MSbeULLiK2ttVi6rUEhh4X': { coingeckoId: 'ethereum', decimals: 0 },
'iS8TfRPfVpKo5FVfSUzfHBQxo9KuzpnqLU': { coingeckoId: 'tbtc', decimals: 0 },
'i9oCSqKALwJtcv49xUKS2U2i79h1kX6NEY': { coingeckoId: 'tether', decimals: 0 },
}
},
unit0: {
'0xEb19000D90f17FFbd3AD9CDB8915D928F4980fD1': { coingeckoId: 'usd-coin', decimals: 6 },
'0xb303d80db8415FD1d3C9FED68A52EEAc9a052671': { coingeckoId: 'tether', decimals: 6 },
'0x1B100DE3F13E3f8Bb2f66FE58c1949c32E71248B': { coingeckoId: 'weth', decimals: 18 },
'0x9CE808657ba90C65a2700b1cA5D943eC72834B52': { coingeckoId: 'wbtc', decimals: 8 },
},
}

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

0 comments on commit dab078a

Please sign in to comment.