Skip to content

Commit e4970f2

Browse files
committed
fix: bump sdk
1 parent a9df02e commit e4970f2

File tree

3 files changed

+523
-545
lines changed

3 files changed

+523
-545
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"pino-pretty": "^13.1.1"
2121
},
2222
"devDependencies": {
23-
"@aws-sdk/client-s3": "^3.892.0",
23+
"@aws-sdk/client-s3": "^3.896.0",
2424
"@biomejs/biome": "^2.2.4",
2525
"@commander-js/extra-typings": "^14.0.0",
2626
"@commitlint/cli": "^19.8.1",
2727
"@commitlint/config-conventional": "^19.8.1",
2828
"@gearbox-protocol/biome-config": "^1.0.2",
29-
"@gearbox-protocol/cli-utils": "^5.46.0",
29+
"@gearbox-protocol/cli-utils": "^5.46.2",
3030
"@gearbox-protocol/liquidator-contracts": "^1.36.0-experimental.41",
3131
"@gearbox-protocol/liquidator-v2-contracts": "^2.4.0",
32-
"@gearbox-protocol/sdk": "9.6.1",
32+
"@gearbox-protocol/sdk": "9.9.1",
3333
"@gearbox-protocol/types": "^1.14.8",
3434
"@types/node": "^24.5.2",
3535
"@uniswap/sdk-core": "^7.7.2",
@@ -42,15 +42,15 @@
4242
"di-at-home": "^0.0.7",
4343
"esbuild": "^0.25.10",
4444
"husky": "^9.1.7",
45-
"lint-staged": "^16.1.6",
46-
"nanoid": "^5.1.5",
45+
"lint-staged": "^16.2.0",
46+
"nanoid": "^5.1.6",
4747
"node-pty": "^1.0.0",
48-
"pino": "^9.10.0",
48+
"pino": "^9.11.0",
4949
"tsx": "4.20.5",
5050
"typescript": "^5.9.2",
51-
"viem": "^2.37.6",
51+
"viem": "^2.37.8",
5252
"vitest": "^3.2.4",
53-
"zod": "^4.1.9"
53+
"zod": "^4.1.11"
5454
},
5555
"commitlint": {
5656
"extends": [

src/services/swap/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const WETH: Record<NetworkType, Address> = {
2424
Etherlink: NOT_DEPLOYED,
2525
Hemi: NOT_DEPLOYED,
2626
Lisk: NOT_DEPLOYED,
27+
Plasma: NOT_DEPLOYED,
2728
};
2829

2930
export default abstract class BaseSwapper {

0 commit comments

Comments
 (0)