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 6df25d6 commit b6a996eCopy full SHA for b6a996e
src/hooks/useSonicIncentives.tsx
@@ -3,10 +3,10 @@ import { AaveV3Sonic } from '@bgd-labs/aave-address-book';
3
const getSonicData = (assetAddress: string): number | undefined => SONIC_DATA_MAP.get(assetAddress);
4
5
const SONIC_DATA_MAP: Map<string, number> = new Map([
6
- [AaveV3Sonic.ASSETS.WETH.A_TOKEN, 4], //
7
- [AaveV3Sonic.ASSETS.USDC.A_TOKEN, 12], //
8
- [AaveV3Sonic.ASSETS.wS.A_TOKEN, 8], // AaveV3Sonic.ASSETS.ws.A_TOKEN
9
- [AaveV3Sonic.ASSETS.stS.A_TOKEN, 8],
+ [AaveV3Sonic.ASSETS.WETH.A_TOKEN, 4],
+ [AaveV3Sonic.ASSETS.USDC.A_TOKEN, 8],
+ [AaveV3Sonic.ASSETS.wS.A_TOKEN, 12],
+ [AaveV3Sonic.ASSETS.stS.A_TOKEN, 12],
10
]);
11
12
export const useSonicIncentives = (rewardedAsset?: string) => {
0 commit comments