Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@bgd-labs/aave-address-book": "4.38.0",
"ethers": "6.15.0",
"vitest": "3.2.4",
"zksync-ethers": "6.20.1"
"zksync-ethers": "6.21.1"
},
"scripts": {
"start": "tsc --watch",
Expand Down
2 changes: 1 addition & 1 deletion smart-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
"typechain": "8.3.2",
"typescript": "5.9.2",
"typescript-eslint": "8.40.0",
"zksync-ethers": "6.20.1"
"zksync-ethers": "6.21.1"
}
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4851,7 +4851,7 @@ __metadata:
tsup: "npm:8.5.0"
typescript: "npm:5.9.2"
vitest: "npm:3.2.4"
zksync-ethers: "npm:6.20.1"
zksync-ethers: "npm:6.21.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4947,7 +4947,7 @@ __metadata:
typechain: "npm:8.3.2"
typescript: "npm:5.9.2"
typescript-eslint: "npm:8.40.0"
zksync-ethers: "npm:6.20.1"
zksync-ethers: "npm:6.21.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -18399,12 +18399,12 @@ __metadata:
languageName: node
linkType: hard

"zksync-ethers@npm:6.20.1":
version: 6.20.1
resolution: "zksync-ethers@npm:6.20.1"
"zksync-ethers@npm:6.21.1":
version: 6.21.1
resolution: "zksync-ethers@npm:6.21.1"
peerDependencies:
ethers: ^6.7.1
checksum: 10/ad7297ae31b5a24a9cd63478f9d770d4f8a8879e997e974c6faeb0f0d477544f6a10aabec08e1a05e107484293f3cd96a677009cc6473c8d2abb001b76fb9cdc
checksum: 10/72ef6ef19894847bfac6c21878f616f0a3c147d18a639fa740ededebddc4d9a0c604044e01e81bc23fca21b3177f31a747487f457557fd119002db47f6ac4dfa
languageName: node
linkType: hard

Expand Down
Loading