File tree Expand file tree Collapse file tree 3 files changed +523
-545
lines changed
Expand file tree Collapse file tree 3 files changed +523
-545
lines changed Original file line number Diff line number Diff line change 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" ,
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" : [
Original file line number Diff line number Diff 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
2930export default abstract class BaseSwapper {
You can’t perform that action at this time.
0 commit comments