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
Describe the bug After running hardhat --network arbitrum_goerli sourcify the terminal says the contract was already verified but in reality if I got to https://goerli.arbiscan.io/address/0x0ea8a557ea72951e32e329fc6639e5b9bd17b7e4#code it is actually not. The terminal displays as if the contract had verified:
hardhat --network arbitrum_goerli sourcify
To Reproduce Steps to reproduce the behaviour: Just follow the instructions on README.md and later take a look at https://goerli.arbiscan.io
Expected behaviour Arbiscan shoud report the contract as successfully verified.
versions
Additional context The code used to deploy was the code available at https://github.com/daniel-mccloud/arbitrum-goerli-hd/tree/b73a540bfd83a31ed8f59f55c9eb190791685bc7
The text was updated successfully, but these errors were encountered:
sourcify command will verify on sourcify
arbiscan uses the proprietary etherscan infratructure and the command for it is etherscan-verify
Sorry, something went wrong.
No branches or pull requests
Describe the bug
After running
hardhat --network arbitrum_goerli sourcify
the terminal says the contract was already verified but in reality if I got to https://goerli.arbiscan.io/address/0x0ea8a557ea72951e32e329fc6639e5b9bd17b7e4#code it is actually not. The terminal displays as if the contract had verified:To Reproduce
Steps to reproduce the behaviour:
Just follow the instructions on README.md and later take a look at https://goerli.arbiscan.io
Expected behaviour
Arbiscan shoud report the contract as successfully verified.
versions
Additional context
The code used to deploy was the code available at https://github.com/daniel-mccloud/arbitrum-goerli-hd/tree/b73a540bfd83a31ed8f59f55c9eb190791685bc7
The text was updated successfully, but these errors were encountered: