From f5fbbfd86f320f93cbc9d30b1dea09e1a683abb9 Mon Sep 17 00:00:00 2001 From: AGMASO Date: Thu, 2 Jul 2026 15:51:49 +0200 Subject: [PATCH] feat: add WMON icon --- public/icons/tokens/mon.svg | 1 + src/components/incentives/IncentivesTooltipContent.tsx | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 public/icons/tokens/mon.svg 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 {