@@ -25,6 +25,7 @@ export enum MeritAction {
25
25
BASE_SUPPLY_CBBTC = 'base-supply-cbbtc' ,
26
26
BASE_SUPPLY_USDC = 'base-supply-usdc' ,
27
27
BASE_SUPPLY_WSTETH = 'base-supply-wsteth' ,
28
+ BASE_SUPPLY_WEETH = 'base-supply-weeth' ,
28
29
BASE_SUPPLY_EZETH = 'base-supply-ezeth' ,
29
30
BASE_BORROW_USDC = 'base-borrow-usdc' ,
30
31
AVALANCHE_SUPPLY_BTCB = 'avalanche-supply-btcb' ,
@@ -61,9 +62,13 @@ const getMeritData = (market: string, symbol: string): MeritReserveIncentiveData
61
62
62
63
const antiLoopMessage =
63
64
'Borrowing of some assets may impact the amount of rewards you are eligible for. Please check the forum post for the full eligibility criteria.' ;
65
+
64
66
const joinedEthCorrelatedIncentiveForumLink =
65
67
'https://governance.aave.com/t/arfc-set-aci-as-emission-manager-for-liquidity-mining-programs/17898/56' ;
66
68
69
+ const joinedEthCorrelatedIncentivePhase2ForumLink =
70
+ 'https://governance.aave.com/t/arfc-set-aci-as-emission-manager-for-liquidity-mining-programs/17898/70' ;
71
+
67
72
const MERIT_DATA_MAP : Record < string , Record < string , MeritReserveIncentiveData [ ] > > = {
68
73
[ CustomMarket . proto_mainnet_v3 ] : {
69
74
GHO : [
@@ -248,6 +253,16 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
248
253
customForumLink : joinedEthCorrelatedIncentiveForumLink ,
249
254
} ,
250
255
] ,
256
+ weETH : [
257
+ {
258
+ action : MeritAction . BASE_SUPPLY_WEETH ,
259
+ rewardTokenAddress : AaveV3Base . ASSETS . weETH . A_TOKEN ,
260
+ rewardTokenSymbol : 'aBasweETH' ,
261
+ protocolAction : ProtocolAction . supply ,
262
+ customMessage : antiLoopMessage ,
263
+ customForumLink : joinedEthCorrelatedIncentivePhase2ForumLink ,
264
+ } ,
265
+ ] ,
251
266
} ,
252
267
[ CustomMarket . proto_avalanche_v3 ] : {
253
268
[ 'BTC.b' ] : [
0 commit comments