diff --git a/public/icons/tokens/mon.svg b/public/icons/tokens/mon.svg new file mode 100644 index 0000000000..50672cdad6 --- /dev/null +++ b/public/icons/tokens/mon.svg @@ -0,0 +1 @@ + diff --git a/src/components/incentives/IncentivesTooltipContent.tsx b/src/components/incentives/IncentivesTooltipContent.tsx index c04d2fecc4..7ef9217e7f 100644 --- a/src/components/incentives/IncentivesTooltipContent.tsx +++ b/src/components/incentives/IncentivesTooltipContent.tsx @@ -248,6 +248,11 @@ const IncentivesSymbolMap: { symbol: 'MEGA', aToken: false, }, + WMON: { + tokenIconSymbol: 'mon', + symbol: 'WMON', + aToken: false, + }, }; interface IncentivesTooltipContentProps {