Skip to content

Commit 790cd95

Browse files
sammdecclaude
andcommitted
feat: whitelist Mantle USDT0 wrapper and map aManUSDT0 to USDT0 parent icon
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 4dfc125 commit 790cd95

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/components/incentives/IncentivesTooltipContent.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@ const IncentivesSymbolMap: {
218218
symbol: 'aUSDe',
219219
aToken: true,
220220
},
221+
aManUSDT0: {
222+
tokenIconSymbol: 'usdt0',
223+
symbol: 'aUSDT0',
224+
aToken: true,
225+
},
221226
aManWMNT: {
222227
tokenIconSymbol: 'WMNT',
223228
symbol: 'aWMNT',

src/ui-config/merklConfig.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export const EXTRA_WHITELIST_TOKENS: MerklWhitelistConfig = {
3333
'0xc5f4afc7da562f51684ae81535da9716c98747df',
3434
'0x561ad6156d0106e7a59ee788759df7b7ec679bd0',
3535
'0x5f37e89706EF0CFC52399Ab60d5Ad56b04f98351',
36+
'0xb9ac85176c74009e1f86ee3534b02308760fdae8',
3637
// END
3738
'0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2',
3839
'0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8',

0 commit comments

Comments
 (0)