We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b922a7 commit 43bc8bcCopy full SHA for 43bc8bc
projects/helper/tokenMapping.js
@@ -71,6 +71,9 @@ const fixBalancesTokens = {
71
bob: {
72
'0xd681C5574b7F4E387B608ed9AF5F5Fc88662b37c': { coingeckoId: "ignition-fbtc", decimals: 8 },
73
},
74
+ hela: {
75
+ '0x3a035615e101373fa9ba21c5bea7fe4026fc40b4': { coingeckoId: "hela-usd", decimals: 18 },
76
+ }
77
}
78
79
ibcChains.forEach(chain => fixBalancesTokens[chain] = { ...ibcMappings, ...(fixBalancesTokens[chain] || {}) })
0 commit comments