Skip to content

Commit

Permalink
Migrate to zksync V0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbochok committed Feb 12, 2021
1 parent f605b36 commit a438ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion changelog/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ components, the logs will have the following format:

### Changed

- (`fee-seller`): migrating to zksync V0.9.0.

### Added

### Fixed

- (`fee-seller`): sends all Ethereum transactions with sequential nonce starting with the next available not finalized
- (`fee-seller`): Sends all Ethereum transactions with sequential nonce starting with the next available not finalized
nonce. Thereby resend stuck transactions after the next time you run the script.

## Release 2021-02-02
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/fee-seller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"ethers": "^5.0.19",
"zksync": "0.8.4"
"zksync": "0.9.0"
},
"devDependencies": {
"@types/chai": "^4.2.14",
Expand Down

0 comments on commit a438ebd

Please sign in to comment.