Skip to content

Commit d74b785

Browse files
authored
feat: update Merit Avalanche campaigns' rules (#2444)
1 parent 317d7cf commit d74b785

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/hooks/useMeritIncentives.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ const joinedEthCorrelatedIncentivePhase2ForumLink =
8181
const eurcForumLink =
8282
'https://governance.aave.com/t/arfc-set-aci-as-emission-manager-for-liquidity-mining-programs/17898/77';
8383

84+
const AusdRenewalForumLink =
85+
'https://governance.aave.com/t/arfc-set-aci-as-emission-manager-for-liquidity-mining-programs/17898/88';
86+
const AvalancheRenewalForumLink =
87+
'https://governance.aave.com/t/arfc-set-aci-as-emission-manager-for-liquidity-mining-programs/17898/89';
88+
8489
const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>> = {
8590
[CustomMarket.proto_mainnet_v3]: {
8691
GHO: [
@@ -320,6 +325,8 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
320325
rewardTokenAddress: AaveV3Avalanche.ASSETS.BTCb.A_TOKEN,
321326
rewardTokenSymbol: 'aAvaSAVAX',
322327
protocolAction: ProtocolAction.supply,
328+
customMessage: antiLoopMessage,
329+
customForumLink: AvalancheRenewalForumLink,
323330
},
324331
],
325332
USDC: [
@@ -328,6 +335,8 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
328335
rewardTokenAddress: AaveV3Avalanche.ASSETS.USDC.A_TOKEN,
329336
rewardTokenSymbol: 'aAvaSAVAX',
330337
protocolAction: ProtocolAction.supply,
338+
customMessage: antiLoopMessage,
339+
customForumLink: AvalancheRenewalForumLink,
331340
},
332341
],
333342
USDt: [
@@ -336,6 +345,8 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
336345
rewardTokenAddress: AaveV3Avalanche.ASSETS.USDt.A_TOKEN,
337346
rewardTokenSymbol: 'aAvaSAVAX',
338347
protocolAction: ProtocolAction.supply,
348+
customMessage: antiLoopMessage,
349+
customForumLink: AvalancheRenewalForumLink,
339350
},
340351
],
341352
sAVAX: [
@@ -344,6 +355,8 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
344355
rewardTokenAddress: AaveV3Avalanche.ASSETS.sAVAX.A_TOKEN,
345356
rewardTokenSymbol: 'aAvaSAVAX',
346357
protocolAction: ProtocolAction.supply,
358+
customMessage: antiLoopMessage,
359+
customForumLink: AvalancheRenewalForumLink,
347360
},
348361
],
349362
AUSD: [
@@ -352,6 +365,8 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
352365
rewardTokenAddress: AaveV3Avalanche.ASSETS.AUSD.A_TOKEN,
353366
rewardTokenSymbol: 'aAvaSAVAX',
354367
protocolAction: ProtocolAction.supply,
368+
customMessage: antiLoopMessage,
369+
customForumLink: AusdRenewalForumLink,
355370
},
356371
],
357372
},

0 commit comments

Comments
 (0)