Skip to content

Commit

Permalink
chore(main): release @matterlabs/hardhat-zksync-verify 1.3.0 (#672)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 22, 2024
1 parent a1fef16 commit 4917a04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/hardhat-zksync-solc": "1.1.0",
"packages/hardhat-zksync-upgradable": "1.2.1",
"packages/hardhat-zksync-vyper": "1.0.6",
"packages/hardhat-zksync-verify": "1.2.2",
"packages/hardhat-zksync-verify": "1.3.0",
"packages/hardhat-zksync-toolbox": "1.2.1",
"packages/hardhat-zksync-node": "1.0.1",
"packages/hardhat-zksync-chai-matchers": "1.2.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/hardhat-zksync-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @matterlabs/hardhat-zksync-verify

## [1.3.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-verify-v1.2.2...@matterlabs/hardhat-zksync-verify-v1.3.0) (2024-01-22)


### Features

* support for zkvm solc compiler verification ([#662](https://github.com/matter-labs/hardhat-zksync/issues/662)) ([a1fef16](https://github.com/matter-labs/hardhat-zksync/commit/a1fef1662ae5d9687d48bfa0e076cf3313e222df))

## [1.2.2](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/[email protected]...@matterlabs/hardhat-zksync-verify-v1.2.2) (2023-12-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/hardhat-zksync-verify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/hardhat-zksync-verify",
"version": "1.2.2",
"version": "1.3.0",
"description": "Hardhat plugin to verify smart contracts for the zkSync network",
"repository": "github:matter-labs/hardhat-zksync",
"homepage": "https://github.com/matter-labs/hardhat-zksync/tree/main/packages/hardhat-zksync-verify",
Expand Down Expand Up @@ -39,11 +39,11 @@
"chai": "^4.3.6",
"hardhat": "^2.19.4",
"chalk": "4.1.2",
"@ethersproject/abi":"^5.1.2",
"@ethersproject/abi": "^5.1.2",
"@ethersproject/address": "5.7.0",
"zksync-ethers": "^6.0.0",
"cbor": "^8.1.0",
"debug":"^4.1.1",
"debug": "^4.1.1",
"@openzeppelin/contracts": "^4.9.2",
"sinon-chai": "^3.7.0",
"sinon": "^16.0.0"
Expand Down

0 comments on commit 4917a04

Please sign in to comment.