diff --git a/src/components/incentives/IncentivesTooltipContent.tsx b/src/components/incentives/IncentivesTooltipContent.tsx index 6e633d02a7..b7e363f5ff 100644 --- a/src/components/incentives/IncentivesTooltipContent.tsx +++ b/src/components/incentives/IncentivesTooltipContent.tsx @@ -188,6 +188,11 @@ const IncentivesSymbolMap: { symbol: 'TydroInkPoints', aToken: false, }, + aEthUSDG: { + tokenIconSymbol: 'USDG', + symbol: 'aUSDG', + aToken: true, + }, }; interface IncentivesTooltipContentProps {