Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/components/incentives/IncentivesTooltipContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,11 @@ const IncentivesSymbolMap: {
symbol: 'acbETH',
aToken: true,
},
MEGA: {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did we test this locally? (from ignorance not sure how get's picket up the new key)

tokenIconSymbol: 'MEGA',
symbol: 'MEGA',
aToken: false,
Comment thread
sammdec marked this conversation as resolved.
},
};

interface IncentivesTooltipContentProps {
Expand Down
1 change: 1 addition & 0 deletions src/hooks/useMerklIncentives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ const EXTRA_WHITELIST_TOKENS = [
'0xE3190143Eb552456F88464662f0c0C4aC67A77eB'.toLowerCase(),
'0x78f2cB75D664d6f71433174056c25A5958B4016F'.toLowerCase(),
'0xa1A67b55a88ab8Dcc86B765C1Cd85887e24ad7AA'.toLowerCase(),
'0x1eC1609039A9156367c885263fa6dC7ebb350922'.toLowerCase(),
]; // Extra tokens to whitelist
const AAVE_NET_APR_DISTRIBUTION_TYPE = 'AAVE_NET_APR';
const convertApyToApr = (apy: number) => 12 * ((1 + apy) ** (1 / 12) - 1);
Expand Down
Loading