We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46113b7 commit 4af46faCopy full SHA for 4af46fa
1 file changed
src/components/incentives/IncentivesTooltipContent.tsx
@@ -203,6 +203,16 @@ const IncentivesSymbolMap: {
203
symbol: 'aUSDT',
204
aToken: true,
205
},
206
+ aManUSDe: {
207
+ tokenIconSymbol: 'USDe',
208
+ symbol: 'aUSDe',
209
+ aToken: true,
210
+ },
211
+ aManWMNT: {
212
+ tokenIconSymbol: 'WMNT',
213
+ symbol: 'aWMNT',
214
215
216
};
217
218
interface IncentivesTooltipContentProps {
0 commit comments