Skip to content

[Contract Verification] HELP!Failed to authenticate the contract in UUPS mode. Procedure #288

Discussion options

You must be logged in to vote

Did you try passing --no-compile flag to the verify command?
Also, please make sure that you are using the latest version of the packages. If you are using ethers-v6, those are:

 "@matterlabs/hardhat-zksync-verify": "^1.3.0",
 "@matterlabs/hardhat-zksync-upgradable": "^1.2.3",

For ethers-v5:

 "@matterlabs/hardhat-zksync-verify": "^0.5.0",
 "@matterlabs/hardhat-zksync-upgradable": "^0.2.2",

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@AlbionaHoti
Comment options

Answer selected by MexicanAce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contract-verification Questions for contract verification
4 participants