We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Forge
0.2.0
forge verify-contract
macOS (M1)
Hello,
I am unable to verify contracts that I deploy to moonriver. I am able to deploy them correctly, but they will not verify. I receive these errors:
0: Failed to create etherscan client 1: Chain moonriver not supported
Is this an error on my part? Or is Moonriver for whatever reason not supported yet?
The text was updated successfully, but these errors were encountered:
thanks for flagging, just missing url for their etherscan, I guess it's this https://moonbeam.moonscan.io/
Sorry, something went wrong.
yep that is for moonbeam, moonriver is this one:
https://moonriver.moonscan.io/
I'm I good to try again now?
yep - should work now
No branches or pull requests
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
0.2.0
What command(s) is the bug in?
forge verify-contract
Operating System
macOS (M1)
Describe the bug
Hello,
I am unable to verify contracts that I deploy to moonriver. I am able to deploy them correctly, but they will not verify. I receive these errors:
Is this an error on my part? Or is Moonriver for whatever reason not supported yet?
The text was updated successfully, but these errors were encountered: