-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Update Foundry + Blockscout contract verification docs #13907
Comments
curious whats the status here, do we think it's a blockscout version issue? this is the docker image version we are using: |
Hello @2manslkh, was trying to follow the guide for deploying and verifying contracts with foundry on Taiko. Was able to deploy a contract just fine since the guide is available. For verifying, I saw this issue you made, but foundry #4909 issue was already closed. My assumption is that we can finally verify contracts using foundry. Hence, I tried to verify using the following command But got this error instead:
Let me know if I missed anything or if there's anything else I can help with. |
I am getting this error too 😓 |
I get this error too on other networks using Blockscout. Example: Guide
Response
I updated Foundry with
Which updated me to
but I see this issue still. |
I get a different error on the updated Blockscout explorer the Taiko L3 explorer is using as described here: |
I think this might work if you add Test verification on Scroll
Response
|
On Taiko L2 when I run
I get
However on Taiko L3 when I run
I get error
Similar to error |
This is working on L2:
|
This is working on L3:
|
Fixed issue and opened this documentation pull request: |
Issues with verifying contract with foundry on blockscout.
foundry-rs/foundry#4909
https://guide.scroll.io/developers/verifying-smart-contracts
Todos:
The text was updated successfully, but these errors were encountered: