From d148c052a272c34fa15d91550e2aac0a898b257a Mon Sep 17 00:00:00 2001 From: AGMASO Date: Mon, 4 May 2026 13:29:09 +0200 Subject: [PATCH] feat: add amegusde --- src/components/incentives/IncentivesTooltipContent.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/incentives/IncentivesTooltipContent.tsx b/src/components/incentives/IncentivesTooltipContent.tsx index 727ae4af9a..de69a8390c 100644 --- a/src/components/incentives/IncentivesTooltipContent.tsx +++ b/src/components/incentives/IncentivesTooltipContent.tsx @@ -233,10 +233,10 @@ const IncentivesSymbolMap: { symbol: 'aGHO', aToken: true, }, - MEGA: { - tokenIconSymbol: 'MEGA', - symbol: 'MEGA', - aToken: false, + aMegUSDe: { + tokenIconSymbol: 'USDe', + symbol: 'aUSDe', + aToken: true, }, };