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 b8ad032 commit 05cc75fCopy full SHA for 05cc75f
src/hooks/useSonicIncentives.tsx
@@ -1,12 +1,7 @@
1
-import { AaveV3Sonic } from '@bgd-labs/aave-address-book';
2
-
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, 8],
8
- [AaveV3Sonic.ASSETS.wS.A_TOKEN, 12],
9
- [AaveV3Sonic.ASSETS.stS.A_TOKEN, 12],
+ // No incentives at the moment
10
]);
11
12
export const useSonicIncentives = (rewardedAsset?: string) => {
0 commit comments