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 2c25437 commit 4ab0a0fCopy full SHA for 4ab0a0f
src/utils/whitelist.ts
@@ -15,6 +15,7 @@ import {
15
AaveV3Scroll,
16
AaveV3Soneium,
17
AaveV3Sonic,
18
+ AaveV3ZkSync,
19
} from '@bgd-labs/aave-address-book';
20
import { Address } from 'abitype';
21
import { checksumAddress } from 'viem';
@@ -36,6 +37,7 @@ const allAaveAssets = [
36
37
AaveV3Linea.ASSETS,
38
AaveV3Celo.ASSETS,
39
AaveV3Soneium.ASSETS,
40
+ AaveV3ZkSync.ASSETS,
41
];
42
43
const getUnderlyingAndAToken = (assets: {
0 commit comments