Skip to content

Commit 54c2bab

Browse files
committed
feat: update Ethena's USDe points from 25 to 5
1 parent 5f0be0f commit 54c2bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useEthenaIncentives.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const getEthenaData = (assetAddress: string): number | undefined =>
44
ETHENA_DATA_MAP.get(assetAddress);
55

66
const ETHENA_DATA_MAP: Map<string, number> = new Map([
7-
[AaveV3Ethereum.ASSETS.USDe.A_TOKEN, 25],
7+
[AaveV3Ethereum.ASSETS.USDe.A_TOKEN, 5],
88
[AaveV3Ethereum.ASSETS.sUSDe.A_TOKEN, 5],
99
[AaveV3EthereumLido.ASSETS.sUSDe.A_TOKEN, 5],
1010
[AaveV3Ethereum.ASSETS.GHO.V_TOKEN, 5],

0 commit comments

Comments
 (0)