Skip to content

Commit

Permalink
feat: add custom incentive text
Browse files Browse the repository at this point in the history
  • Loading branch information
NandyBa committed Jan 28, 2025
1 parent 633fe40 commit 8d9cd2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/hooks/useMeritIncentives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
rewardTokenAddress: AaveV3Ethereum.ASSETS.wstETH.UNDERLYING,
rewardTokenSymbol: 'aArbwstETH',
protocolAction: ProtocolAction.supply,
customMessage:
'Borrowing of some assets may impact the amount of rewards you are eligible for. Please check the forum post for the full eligibility criteria.',
},
],
},
Expand Down Expand Up @@ -153,6 +155,8 @@ const MERIT_DATA_MAP: Record<string, Record<string, MeritReserveIncentiveData[]>
rewardTokenAddress: AaveV3Base.ASSETS.wstETH.UNDERLYING,
rewardTokenSymbol: 'aBaswstETH',
protocolAction: ProtocolAction.supply,
customMessage:
'Borrowing of some assets may impact the amount of rewards you are eligible for. Please check the forum post for the full eligibility criteria.',
},
],
},
Expand Down

0 comments on commit 8d9cd2f

Please sign in to comment.