hardhat-zksync
hardhat-zksync copied to clipboard
#### 📝 Description It cannot verify the account contract with zkSync hardhat. #### 🔄 Reproduction Steps ```typescript if (hre.network.config.verifyURL) { console.log(`Requesting contract verification...`); for (let i = 0; i <...
I create a verify example [project](https://github.com/zkbenny/zksync-verify-contract-example) follow the guide [Verify Contracts with Hardhat](https://era.zksync.io/docs/dev/how-to/verify-contracts.html). Deploy and verify of the Greeter contract are ok, but verify a contract with construct args and...
# What :computer: Removed hardhat-zksync-chai-matchers packages from the repository and everything related to it. # Why :hand: This plugin has been deprecated in favor of @nomicfoundation/hardhat-chai-matchers.
# What :computer: Removed hardhat-zksync-chai-matchers packages from the repository and everything related to it. # Why :hand: This plugin has been deprecated in favor of @nomicfoundation/hardhat-chai-matchers.
Error in plugin @matterlabs/hardhat-zksync-verify: Solidity compiler you used to compile the contract is not currently supported by zkSync block explorer! Please use one of the supporting versions ZkSyncVerifyPluginError: Solidity compiler...
# What :computer: Add additional test to increase coverage of verify plugin. # Why :hand: In order to make sure the stability of the plugin.
It looks like contract deployment doesn't seem to support `@openzeppelin/[email protected]` and `@openzeppelin/[email protected]`. Is there any plan to upgrade? My contract is written based on version 5.0.2. It compiles successfully, but...
# What :computer: Add e2e tests for hardhat-zksync plugin # Why :hand: In order to test functionalities of the plugin and make sure that every new feature implemented is properly...
# What :computer: Run Era Test Node when deploying contracts and network selected is hardhat with zksync flag set to true. # Why :hand: For faster development and hardhat related...
# What :computer: Removed unnecessary dependency from the package. # Why :hand: The dependency is unnecessary, and its removal can reduce maintenance costs.