diff --git a/src/components/incentives/IncentivesTooltipContent.tsx b/src/components/incentives/IncentivesTooltipContent.tsx index f35bafa9a5..f5f0c0cd70 100644 --- a/src/components/incentives/IncentivesTooltipContent.tsx +++ b/src/components/incentives/IncentivesTooltipContent.tsx @@ -73,6 +73,11 @@ const IncentivesSymbolMap: { symbol: 'awS', aToken: true, }, + aBasweETH: { + tokenIconSymbol: 'weETH', + symbol: 'aweETH', + aToken: true, + }, }; interface IncentivesTooltipContentProps { diff --git a/src/hooks/useMeritIncentives.ts b/src/hooks/useMeritIncentives.ts index 6a411b08e3..804a52c94b 100644 --- a/src/hooks/useMeritIncentives.ts +++ b/src/hooks/useMeritIncentives.ts @@ -25,6 +25,7 @@ export enum MeritAction { BASE_SUPPLY_CBBTC = 'base-supply-cbbtc', BASE_SUPPLY_USDC = 'base-supply-usdc', BASE_SUPPLY_WSTETH = 'base-supply-wsteth', + BASE_SUPPLY_WEETH = 'base-supply-weeth', BASE_SUPPLY_EZETH = 'base-supply-ezeth', BASE_BORROW_USDC = 'base-borrow-usdc', AVALANCHE_SUPPLY_BTCB = 'avalanche-supply-btcb', @@ -61,9 +62,13 @@ const getMeritData = (market: string, symbol: string): MeritReserveIncentiveData const antiLoopMessage = 'Borrowing of some assets may impact the amount of rewards you are eligible for. Please check the forum post for the full eligibility criteria.'; + const joinedEthCorrelatedIncentiveForumLink = 'https://governance.aave.com/t/arfc-set-aci-as-emission-manager-for-liquidity-mining-programs/17898/56'; +const joinedEthCorrelatedIncentivePhase2ForumLink = + 'https://governance.aave.com/t/arfc-set-aci-as-emission-manager-for-liquidity-mining-programs/17898/70'; + const MERIT_DATA_MAP: Record> = { [CustomMarket.proto_mainnet_v3]: { GHO: [ @@ -248,6 +253,16 @@ const MERIT_DATA_MAP: Record customForumLink: joinedEthCorrelatedIncentiveForumLink, }, ], + weETH: [ + { + action: MeritAction.BASE_SUPPLY_WEETH, + rewardTokenAddress: AaveV3Base.ASSETS.weETH.A_TOKEN, + rewardTokenSymbol: 'aBasweETH', + protocolAction: ProtocolAction.supply, + customMessage: antiLoopMessage, + customForumLink: joinedEthCorrelatedIncentivePhase2ForumLink, + }, + ], }, [CustomMarket.proto_avalanche_v3]: { ['BTC.b']: [