Skip to content

Commit cc00a12

Browse files
committed
fix: bump sdk
1 parent 4c36653 commit cc00a12

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "vitest"
1919
},
2020
"dependencies": {
21-
"@gearbox-protocol/sdk": "^3.0.0-vfour.202",
21+
"@gearbox-protocol/sdk": "^3.0.0-vfour.223",
2222
"node-pty": "^1.0.0",
2323
"pino-pretty": "^13.0.0"
2424
},

src/services/liquidate/AAVELiquidatorContract.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
AaveFLTaker_bytecode,
77
AaveLiquidator_bytecode,
88
} from "@gearbox-protocol/liquidator-v2-contracts/bytecode";
9-
import type { NetworkType } from "@gearbox-protocol/sdk";
9+
import { type NetworkType, NOT_DEPLOYED } from "@gearbox-protocol/sdk";
1010
import type { Address } from "viem";
1111

1212
import type { ILogger } from "../../log/index.js";
@@ -18,6 +18,7 @@ const AAVE_V3_LENDING_POOL: Record<NetworkType, Address> = {
1818
Arbitrum: "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
1919
Optimism: "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
2020
Base: "0xA238Dd80C259a72e81d7e4664a9801593F98d1c5",
21+
Sonic: NOT_DEPLOYED,
2122
};
2223

2324
export default class AAVELiquidatorContract extends PartialLiquidatorContract {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,7 +1730,7 @@ __metadata:
17301730
"@gearbox-protocol/eslint-config": "npm:2.0.0-next.2"
17311731
"@gearbox-protocol/liquidator-v2-contracts": "npm:^2.2.2"
17321732
"@gearbox-protocol/prettier-config": "npm:2.0.0"
1733-
"@gearbox-protocol/sdk": "npm:^3.0.0-vfour.202"
1733+
"@gearbox-protocol/sdk": "npm:^3.0.0-vfour.223"
17341734
"@gearbox-protocol/types": "npm:^1.14.3"
17351735
"@types/node": "npm:^22.12.0"
17361736
"@uniswap/sdk-core": "npm:^7.5.0"
@@ -1767,9 +1767,9 @@ __metadata:
17671767
languageName: node
17681768
linkType: hard
17691769

1770-
"@gearbox-protocol/sdk@npm:^3.0.0-vfour.202":
1771-
version: 3.0.0-vfour.202
1772-
resolution: "@gearbox-protocol/sdk@npm:3.0.0-vfour.202"
1770+
"@gearbox-protocol/sdk@npm:^3.0.0-vfour.223":
1771+
version: 3.0.0-vfour.223
1772+
resolution: "@gearbox-protocol/sdk@npm:3.0.0-vfour.223"
17731773
dependencies:
17741774
"@redstone-finance/evm-connector": "npm:^0.7.3"
17751775
"@redstone-finance/protocol": "npm:^0.7.3"
@@ -1779,7 +1779,7 @@ __metadata:
17791779
viem: "npm:>=2.21.0 <3.0.0"
17801780
peerDependencies:
17811781
axios: ^1.0.0
1782-
checksum: 10c0/4e4c1668dc1a19a9ab482068d9d626489058567b5887a759008d001870ac424a0d21106628fe554fd2a028eebdcc70d3c379a8c7aa52be1c58da1c54d4e04b14
1782+
checksum: 10c0/470a7e09337da4d809a26577ff3738b52705a4a2e94cf26882bbdfd2b3fce89faca917abffae63fdcab023045ef027d80e6b0d2c631d235c50c6d1714e988c15
17831783
languageName: node
17841784
linkType: hard
17851785

0 commit comments

Comments
 (0)