Skip to content

Commit 6fad350

Browse files
authored
fix: Remove USDe Liquid Leverage APR hardcode (#2559)
1 parent d24506e commit 6fad350

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

src/hooks/useMerklIncentives.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,7 @@ const additionalIncentiveData: Record<string, ReserveIncentiveAdditionalData> =
128128
},
129129
};
130130

131-
const hardcodedIncentives: Record<string, ExtendedReserveIncentiveResponse> = {
132-
[AaveV3Ethereum.ASSETS.USDe.A_TOKEN]: {
133-
incentiveAPR: '0.12',
134-
rewardTokenAddress: AaveV3Ethereum.ASSETS.USDe.A_TOKEN,
135-
rewardTokenSymbol: 'aEthUSDe',
136-
...additionalIncentiveData[AaveV3Ethereum.ASSETS.USDe.A_TOKEN],
137-
},
138-
};
131+
const hardcodedIncentives: Record<string, ExtendedReserveIncentiveResponse> = {};
139132

140133
const getUnderlyingAndAToken = (assets: {
141134
[key: string]: {
@@ -151,7 +144,7 @@ const getUnderlyingAndAToken = (assets: {
151144

152145
const otherTokensWhitelisted = [
153146
'0x04eadd7b10ea9a484c60860aea7a7c0aec09b9f0', // aUSDtb wrapper contract
154-
'0x3a4de44B29995a3D8Cd02d46243E1563E55bCc8b', // Aave Ethereum USDe (wrapped)
147+
'0x3a4de44b29995a3d8cd02d46243e1563e55bcc8b', // Aave Ethereum USDe (wrapped)
155148
];
156149

157150
const whitelistedRewardTokens = [

0 commit comments

Comments
 (0)