diff --git a/.changeset/real-cooks-end.md b/.changeset/real-cooks-end.md deleted file mode 100644 index 1dcdfd69f..000000000 --- a/.changeset/real-cooks-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matterlabs/hardhat-zksync-deploy": patch ---- - -Added support for Sepolia testnet. diff --git a/packages/hardhat-zksync-deploy/CHANGELOG.md b/packages/hardhat-zksync-deploy/CHANGELOG.md index 45d137a75..9288676b3 100644 --- a/packages/hardhat-zksync-deploy/CHANGELOG.md +++ b/packages/hardhat-zksync-deploy/CHANGELOG.md @@ -1,5 +1,11 @@ # @matterlabs/hardhat-zksync-deploy +## 1.0.1 + +### Patch Changes + +- ee858a6: Added support for Sepolia testnet. + ## 1.0.0 ### Major Changes diff --git a/packages/hardhat-zksync-deploy/package.json b/packages/hardhat-zksync-deploy/package.json index be219f096..692d4a699 100644 --- a/packages/hardhat-zksync-deploy/package.json +++ b/packages/hardhat-zksync-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@matterlabs/hardhat-zksync-deploy", - "version": "1.0.0", + "version": "1.0.1", "description": "Hardhat plugin to deploy smart contracts into the zkSync network", "repository": "github:matter-labs/hardhat-zksync", "homepage": "https://github.com/matter-labs/hardhat-zksync/tree/main/packages/hardhat-zksync-deploy",