We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0be0f commit 54c2babCopy full SHA for 54c2bab
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