Skip to content

Commit 1861b84

Browse files
committed
fix: add aave pool on bnb
1 parent ea38ccd commit 1861b84

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.husky/commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx commitlint --edit $1

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx lint-staged

src/services/liquidate/partial/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const AAVE_V3_LENDING_POOL: Record<NetworkType, Address> = {
1212
Monad: NOT_DEPLOYED,
1313
Berachain: NOT_DEPLOYED,
1414
Avalanche: NOT_DEPLOYED,
15-
BNB: NOT_DEPLOYED,
15+
BNB: "0x6807dc923806fE8Fd134338EABCA509979a7e0cB",
1616
WorldChain: NOT_DEPLOYED,
1717
};
1818

0 commit comments

Comments
 (0)