I ran the contract verify task "verify:verify", I got the error "Error in plugin @matterlabs/hardhat-zksync-verify: Unknown zksolc version: v1.3.17"
crazytang opened this issue · 2 comments
crazytang commented
The error msg is from https://zksync2-testnet-explorer.zksync.dev/contract_verification/47428.
Is it a bug? or someone tell me how to fix the problem?
nikola-bozin-txfusion commented
@crazytang Hello, version v1.3.17 is not yet supported on the verification backend, could you please update your hardhat.config file to use version v1.3.16?
In the meantime, it will be updated to the latest version.
nikola-bozin-txfusion commented
@crazytang Hey, the v1.3.17 is now supported on the backend. You can now send your contracts for verification compiled with 1.3.17 zksolc version.
Closing the issue.