Skip to content

Commit b6a996e

Browse files
authored
[Merge June18th] feat: update Sonic incentives points for season 2 (#2535)
1 parent 6df25d6 commit b6a996e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/hooks/useSonicIncentives.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import { AaveV3Sonic } from '@bgd-labs/aave-address-book';
33
const getSonicData = (assetAddress: string): number | undefined => SONIC_DATA_MAP.get(assetAddress);
44

55
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],
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],
1010
]);
1111

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

0 commit comments

Comments
 (0)