[Contract Verification] How to verify upgradeable contract(TransparentUpgradeableProxy) on zkSync by Hardhat? #417
-
EnvironmentMainnet Issue Type
Contract Address0xf7483A1464DeF6b8d5A6Caca4A8ce7E5be8F1F68 Compiler TypeMulti-part contract zkSolc Version0.3.18 Solc Version8.0.19 Contract NameTransparentUpgradeableProxy Contract CodeStandard TransparentUpgradeableProxy Constructor ArgumentsStandard TransparentUpgradeableProxy params, initialize method without arguments Hardhat Verify Plugin VersionNo response Repo Link (Optional)No response Additional Details
Please advise how I can verify the proxy contract? Admin and Implementation contracts are verified without problems. |
Beta Was this translation helpful? Give feedback.
Answered by
mpopovac-txfusion
Mar 28, 2024
Replies: 1 comment 6 replies
-
Did you already try the steps listed in our docs for verifying proxies? https://docs.zksync.io/build/tooling/hardhat/hardhat-zksync-upgradable.html#upgrade-beacon-proxy |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is done. :D