Replies: 2 comments 1 reply
-
By reading the docs, you should be doing something like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
This command worked for me after I tried some stuff listed below (using Goerli testnet so chain ID = 5)
Possible fixes
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to verify my contracts. But I got some troubles.
My contract has one constructor argument.
At first, I tried to verify my contract when deploy it. This is what i used.
Even if deploying to sepolia testnet was success, verifying contract failed with this error.
And then I tried to verify my contract with
forge verify-contract
.Even If I encoded my constructor arguments, it failed with same error messages.
Can someone show me the way..😂
Beta Was this translation helpful? Give feedback.
All reactions