Skip to content

Commit 05cc75f

Browse files
authored
feat: delete incentives points for sonic (#2771)
1 parent b8ad032 commit 05cc75f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/hooks/useSonicIncentives.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
import { AaveV3Sonic } from '@bgd-labs/aave-address-book';
2-
31
const getSonicData = (assetAddress: string): number | undefined => SONIC_DATA_MAP.get(assetAddress);
42

53
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],
4+
// No incentives at the moment
105
]);
116

127
export const useSonicIncentives = (rewardedAsset?: string) => {

0 commit comments

Comments
 (0)