You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I'm running yarn hardhat verify <proxyAddress> --network zkSyncTestnet and I get the following error:
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.
The text was updated successfully, but these errors were encountered:
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:
I'm running
yarn hardhat verify <proxyAddress> --network zkSyncTestnet
and I get the following error: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.The text was updated successfully, but these errors were encountered: