diff --git a/public/icons/tokens/mega.svg b/public/icons/tokens/mega.svg new file mode 100644 index 0000000000..0225f13466 --- /dev/null +++ b/public/icons/tokens/mega.svg @@ -0,0 +1 @@ + diff --git a/src/components/incentives/IncentivesTooltipContent.tsx b/src/components/incentives/IncentivesTooltipContent.tsx index d056520c59..727ae4af9a 100644 --- a/src/components/incentives/IncentivesTooltipContent.tsx +++ b/src/components/incentives/IncentivesTooltipContent.tsx @@ -233,6 +233,11 @@ const IncentivesSymbolMap: { symbol: 'aGHO', aToken: true, }, + MEGA: { + tokenIconSymbol: 'MEGA', + symbol: 'MEGA', + aToken: false, + }, }; interface IncentivesTooltipContentProps {