Skip to content

Commit

Permalink
fix(deps): update dependency zksync-web3 to ^0.17.0 (#318)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[zksync-web3](https://togithub.com/zksync-sdk/zksync2-js/tree/ethers-v5#readme)
([source](https://togithub.com/zksync-sdk/zksync2-js)) | [`^0.13.3` ->
`^0.17.0`](https://renovatebot.com/diffs/npm/zksync-web3/0.13.4/0.17.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/zksync-web3/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/zksync-web3/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/zksync-web3/0.13.4/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zksync-web3/0.13.4/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>zksync-sdk/zksync2-js (zksync-web3)</summary>

###
[`v0.17.0`](https://togithub.com/zksync-sdk/zksync2-js/releases/tag/v0.17.0)

[Compare
Source](https://togithub.com/zksync-sdk/zksync2-js/compare/v0.16.0...v0.17.0)

##### Features

- add `Provider.getBytecodeByHash` and
`Provider.getRawBlockTransactions`
([125a092](https://togithub.com/zksync-sdk/zksync2-js/commit/125a092983e1fda7f7aab5daef6a8fb0a76f2c38))

###
[`v0.16.0`](https://togithub.com/zksync-sdk/zksync2-js/compare/v0.15.5...v0.16.0)

[Compare
Source](https://togithub.com/zksync-sdk/zksync2-js/compare/v0.15.5...v0.16.0)

###
[`v0.15.5`](https://togithub.com/zksync-sdk/zksync2-js/compare/v0.15.4...v0.15.5)

[Compare
Source](https://togithub.com/zksync-sdk/zksync2-js/compare/v0.15.4...v0.15.5)

###
[`v0.15.4`](https://togithub.com/zksync-sdk/zksync2-js/releases/tag/v0.15.4)

#### 0.15.4 (2023-07-25)

##### Bug Fixes

-   allow `null` for `txIndexInL1Batch` in formatter

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/matter-labs/zksync-withdrawal-finalizer).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 6, 2023
1 parent ec75666 commit 2cb7d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ethers": "^5.6.0",
"node-fetch": "^2.6.1",
"prom-client": "^14.2.0",
"zksync-web3": "^0.13.3"
"zksync-web3": "^0.17.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
Expand Down

0 comments on commit 2cb7d58

Please sign in to comment.