Skip to content

Commit 2f4dea1

Browse files
committed
fix: bump sdk
1 parent 7c0d2e6 commit 2f4dea1

File tree

4 files changed

+204
-197
lines changed

4 files changed

+204
-197
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@gearbox-protocol/liquidator-v2-contracts": "^2.4.0",
3030
"@gearbox-protocol/next-contracts": "npm:@gearbox-protocol/liquidator-v2-contracts@2.5.0-next.1",
3131
"@gearbox-protocol/prettier-config": "2.1.0",
32-
"@gearbox-protocol/sdk": "3.0.0",
32+
"@gearbox-protocol/sdk": "3.0.4",
3333
"@gearbox-protocol/types": "^1.14.6",
3434
"@types/node": "^22.14.1",
3535
"@uniswap/sdk-core": "^7.7.2",
@@ -50,9 +50,9 @@
5050
"prettier": "^3.5.3",
5151
"tsx": "^4.19.3",
5252
"typescript": "^5.8.3",
53-
"viem": "^2.27.0",
54-
"vitest": "^3.1.1",
55-
"zod": "^3.24.2",
53+
"viem": "^2.28.0",
54+
"vitest": "^3.1.2",
55+
"zod": "^3.24.3",
5656
"zod-validation-error": "^3.4.0"
5757
},
5858
"prettier": "@gearbox-protocol/prettier-config",

src/services/liquidate/partial/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +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,
1516
};
1617

1718
export const FLASH_MINTERS: Partial<

src/services/swap/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const WETH: Record<NetworkType, Address> = {
1515
Monad: "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37",
1616
Berachain: "0x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590",
1717
Avalanche: "0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab",
18+
BNB: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
1819
};
1920

2021
export default abstract class BaseSwapper {

0 commit comments

Comments
 (0)