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 cc2338f commit 6647ae0Copy full SHA for 6647ae0
projects/helper/tokenMapping.js
@@ -71,6 +71,9 @@ const fixBalancesTokens = {
71
USD: { coingeckoId: 'usd-coin', decimals: 0 },
72
YLDS: { coingeckoId: 'usd-coin', decimals: 0 },
73
'pm.sale.pool.3dxq3fk9llvhrqqwhodiap': { coingeckoId: 'usd-coin', decimals: 0 },
74
+ },
75
+ stable: {
76
+ '0x779Ded0c9e1022225f8E0630b35a9b54bE713736': { coingeckoId: 'usdt0', decimals: 6 },
77
}
78
79
0 commit comments