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
--estimate-gas
Trying to use the following command cargo stylus deploy --private-key-path=pk.txt --estimate-gas causes program to fail with
cargo stylus deploy --private-key-path=pk.txt --estimate-gas
Caused by: did not estimate correctly: (code: 3, message: execution reverted: error ProgramNotWasm(), data: Some(String("0x27f38212"))) Location: */cargo-stylus-check-0.4.2/src/deploy.rs:174:26
Seems to work fine when I point the RPC to a local testnet node
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Trying to use the following command
cargo stylus deploy --private-key-path=pk.txt --estimate-gas
causes program to fail withSeems to work fine when I point the RPC to a local testnet node
The text was updated successfully, but these errors were encountered: