-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verification problem #1527
Comments
Hello @RomanYarinski, It appears that the local bytecode has changed, possibly due to using a different zksolc version (since v1.5.7 is now latest). I recommend deleting all artifact and cache files, then recompiling, deploying, and verifying again. Note that zksolc version 1.5.7 is currently not supported for verification on Etherscan. |
@kiriyaga-txfusion |
@RomanYarinski |
🐛 Bug Report for hardaht-zksync plugins
💥 Plugin name
"@matterlabs/hardhat-zksync-verify": "^0.1.8",
📝 Description
I can't verify the contracts after deploy.
Although before (about a week ago) everything worked fine with the same configuration.
🔄 Reproduction Steps
Step 1 - yarn hardhat compile --force --network zkSyncSepolia
Step 2 - yarn hardhat deploy-zksync --script zk/zk_01_deploy_exchange.ts --network zkSyncSepolia
Step 3 - yarn hardhat verify --network zkSyncSepolia
🤔 Expected Behavior
verify contracts
😯 Current Behavior
error in
Log Output
🖥️ Environment
📋 Additional Context
📎 Log Output
The text was updated successfully, but these errors were encountered: