Skip to content

Commit 4ab0a0f

Browse files
authored
[Urgent] feat: whitelisted zksync for merkl incentives (#2633)
1 parent 2c25437 commit 4ab0a0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/whitelist.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import {
1515
AaveV3Scroll,
1616
AaveV3Soneium,
1717
AaveV3Sonic,
18+
AaveV3ZkSync,
1819
} from '@bgd-labs/aave-address-book';
1920
import { Address } from 'abitype';
2021
import { checksumAddress } from 'viem';
@@ -36,6 +37,7 @@ const allAaveAssets = [
3637
AaveV3Linea.ASSETS,
3738
AaveV3Celo.ASSETS,
3839
AaveV3Soneium.ASSETS,
40+
AaveV3ZkSync.ASSETS,
3941
];
4042

4143
const getUnderlyingAndAToken = (assets: {

0 commit comments

Comments
 (0)