Lesson 7 -- Rinkeby deployment -> verification issue #708
Replies: 3 comments 11 replies
-
@antoniopucciarelli Maybe your code had the issue in verify function. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have a similar issue with testnet goerli test net, since it is recommended test net, soon, I realized that the manual does not work as well. So I shift it to the kovan test net with infura, the kovan test net in alchemy is decrepit, by using the kovan testnet, I was able to be verified by ether scan. the cause might be the too new to test goerli test net, and the rinkeby will be outdated soon. |
Beta Was this translation helpful? Give feedback.
-
Before I look into the logic of your code, please try Goerli and Ropsten/Kovan too. If these do not work as well, let me know; I will look into it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Community,
I got a problem with the code, I solved it but I haven't understood it yet.
In the Lesson 7 I reached the verification procedure of the contract on the Rinkeby chain (around 10:30 on the YouTube lecture).
These last few days I spent a bit of time figuring out how to solve this problem:
I thought the problem was related to the
reusing
word in the shell output, so at the end I changed the.sol
code adding a dummy variable (in order that the new modified contract did the same things of the original one),uint256 public x = 1;
.Fortunately with this change I solved the problem, having this:
Now, my question is: why I got that error at the beginning?
Thank you for your help,
Ciao
@PatrickAlphaC you are a very good teacher.
Beta Was this translation helpful? Give feedback.
All reactions