Skip to content

Commit 43bc8bc

Browse files
committed
add HLUSD mapping DefiLlama#11816
1 parent 2b922a7 commit 43bc8bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

projects/helper/tokenMapping.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ const fixBalancesTokens = {
7171
bob: {
7272
'0xd681C5574b7F4E387B608ed9AF5F5Fc88662b37c': { coingeckoId: "ignition-fbtc", decimals: 8 },
7373
},
74+
hela: {
75+
'0x3a035615e101373fa9ba21c5bea7fe4026fc40b4': { coingeckoId: "hela-usd", decimals: 18 },
76+
}
7477
}
7578

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

0 commit comments

Comments
 (0)