Skip to content

Commit 0aafa7a

Browse files
authored
feat: update Ethena's USDe points from 25 to 5 (#2554)
1 parent e50c6ec commit 0aafa7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)