From cdff5ea8c4f70d78b7f86175c8035320f766393c Mon Sep 17 00:00:00 2001 From: Alejandro <95312462+AGMASO@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:38:45 +0100 Subject: [PATCH 1/2] feat: add reward token logo --- src/components/incentives/IncentivesTooltipContent.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/incentives/IncentivesTooltipContent.tsx b/src/components/incentives/IncentivesTooltipContent.tsx index f5cb6488f0..39af7d3b97 100644 --- a/src/components/incentives/IncentivesTooltipContent.tsx +++ b/src/components/incentives/IncentivesTooltipContent.tsx @@ -203,6 +203,11 @@ const IncentivesSymbolMap: { symbol: 'aUSDT', aToken: true, }, + aManUSDe: { + tokenIconSymbol: 'USDe', + symbol: 'aUSDe', + aToken: true, + }, }; interface IncentivesTooltipContentProps { From 6bc0bcb4ae0b9dbdc3444ac63d3a0ae0ddb72d87 Mon Sep 17 00:00:00 2001 From: Alejandro <95312462+AGMASO@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:45:01 +0100 Subject: [PATCH 2/2] feat: rewarTokens logos --- src/components/incentives/IncentivesTooltipContent.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/incentives/IncentivesTooltipContent.tsx b/src/components/incentives/IncentivesTooltipContent.tsx index 39af7d3b97..e35d932d39 100644 --- a/src/components/incentives/IncentivesTooltipContent.tsx +++ b/src/components/incentives/IncentivesTooltipContent.tsx @@ -208,6 +208,11 @@ const IncentivesSymbolMap: { symbol: 'aUSDe', aToken: true, }, + aManWMNT: { + tokenIconSymbol: 'WMNT', + symbol: 'aWMNT', + aToken: true, + }, }; interface IncentivesTooltipContentProps {