There was an error while loading. Please reload this page.
1 parent e50c6ec commit 0aafa7aCopy full SHA for 0aafa7a
1 file changed
src/hooks/useEthenaIncentives.ts
@@ -4,7 +4,7 @@ const getEthenaData = (assetAddress: string): number | undefined =>
4
ETHENA_DATA_MAP.get(assetAddress);
5
6
const ETHENA_DATA_MAP: Map<string, number> = new Map([
7
- [AaveV3Ethereum.ASSETS.USDe.A_TOKEN, 25],
+ [AaveV3Ethereum.ASSETS.USDe.A_TOKEN, 5],
8
[AaveV3Ethereum.ASSETS.sUSDe.A_TOKEN, 5],
9
[AaveV3EthereumLido.ASSETS.sUSDe.A_TOKEN, 5],
10
[AaveV3Ethereum.ASSETS.GHO.V_TOKEN, 5],
0 commit comments