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
Problematic example:
mxpy contract deploy --bytecode adder.wasm --arguments 0x00 \ --pem erd1testnlersh4z0wsv8kjx39me4rmnvjkwu8dsaea7ukdvvc9z396qykv7z7.pem \ --recall-nonce --gas-limit 5000000 \ --proxy https://devnet-api.multiversx.com --send
This broadcasts the transaction, but the API's response cannot be parsed by ProxyNetworkProvider. An exception is raised.
ProxyNetworkProvider
The text was updated successfully, but these errors were encountered:
Temporary workaround: use --proxy https://devnet-gateway.multiversx.com instead of --proxy https://devnet-api.multiversx.com.
--proxy https://devnet-gateway.multiversx.com
--proxy https://devnet-api.multiversx.com
Sorry, something went wrong.
No branches or pull requests
Problematic example:
This broadcasts the transaction, but the API's response cannot be parsed by
ProxyNetworkProvider
. An exception is raised.The text was updated successfully, but these errors were encountered: