Skip to content

Commit 6603e68

Browse files
committed
fix: add aave on etherlink
1 parent 0194217 commit 6603e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/liquidate/partial/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const AAVE_V3_LENDING_POOL: Record<NetworkType, Address> = {
1414
Avalanche: NOT_DEPLOYED,
1515
BNB: "0x6807dc923806fE8Fd134338EABCA509979a7e0cB",
1616
WorldChain: NOT_DEPLOYED,
17-
Etherlink: NOT_DEPLOYED,
17+
Etherlink: "0x3bD16D195786fb2F509f2E2D7F69920262EF114D",
1818
};
1919

2020
export const FLASH_MINTERS: Partial<

0 commit comments

Comments
 (0)