Skip to content
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

Cannot verify a contract deployed within another contract with hardhat-zksync-upgradeable #362

Open
statskiy-sovetnik opened this issue Aug 4, 2023 · 1 comment

Comments

@statskiy-sovetnik
Copy link

I'm trying to verify an upgradeable contract, that is deployed via another contract on zkSync Era testnet. It was deployed with the following code:

image

I'm running yarn hardhat verify <proxyAddress> --network zkSyncTestnet and I get the following error:

image

It seems like the plugin successfully identified the deployment transaction, but it cannot decode tx.input, since it expects BeaconProxy constructor arguments there, but there are IHotpot.InitializeParams encoded.

@nikola-bozin-txfusion
Copy link
Contributor

@statskiy-sovetnik We are aware of this problem, and we are working with a back-end team to support this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@statskiy-sovetnik @nikola-bozin-txfusion and others