[Dev Tools] Hardhat zksync - Error verifying contract on abstract testnet #828
-
Team or ProjectAbstract EnvironmentTestnet Select the Dev Tool you are usingHardhat Plugins Provide the version of the tool (if applicable)No response Provide a brief description of the functionality you're trying to implement and the issue you are running into.Getting an error attempting to verify a contract I just deployed on abstract testnet:
Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
It appears that the error you're encountering is due to the use of an unsupported version of To resolve this issue, you should ensure that you are using a compatible version of For more detailed guidance on setting up and configuring your Hardhat environment for ZKsync, including the correct versions of tools and plugins, please refer to the ZKsync Hardhat plugin documentation. If you continue to experience issues, I recommend visiting the ZKsync developers discussions on Github for more in-depth support and troubleshooting. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
Hey @coffeexcoin I see the issue, let me see if I can quickly resolve as |
Beta Was this translation helpful? Give feedback.
-
@coffeexcoin @dutterbutter this is solved now. We've updated the verifier to automatically poll new compilers as @dutterbutter mentioned above, so this will not recur. |
Beta Was this translation helpful? Give feedback.
@coffeexcoin @dutterbutter this is solved now. We've updated the verifier to automatically poll new compilers as @dutterbutter mentioned above, so this will not recur.