Skip to content
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

Error for the https://contracts-ui.substrate.io// #559

Closed
blue-freedom-technologies opened this issue Apr 26, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@blue-freedom-technologies

Describe the bug

I have used the flipper example.

image

But the contracts-ui gives this error with no more explanations went we try to instantiate the contract.
image

Note: using the cmd cargo contract instantiate --manifest-path=Cargo.toml --suri "***" -x --args true --url wss://rococo-contracts-rpc.polkadot.io it work as a charm.

To Reproduce
Steps to reproduce the behavior:

  1. Upload the contract via the contracts-ui
  2. Instantiate the contract
  3. Error

Expected behavior
Be able to instancite the conctarto via the contracts-ui like we are able to do via the cmd "cargo contract instantiate --manifest-path=Cargo.toml --suri "***" -x --args true --url wss://rococo-contracts-rpc.polkadot.io"

Screenshots
image

Desktop (please complete the following information):

  • OS: Ubuntu 22.04.4 LTS
  • Browser: firefox
  • Version :125.0.2 (64-bit)

Environment (please complete the following information where it makes sense):

  • contract version: ink! 5.0
  • cargo-contract version: cargo-contract-contract 4.1.1-unknown-x86_64-unknown-linux-gnu
  • chain name or dev node version wss://rococo-contracts-rpc.polkadot.io
  • rust toolchain nightly-x86_64-unknown-linux-gnu (default)
  • rustc version rustc 1.79.0-nightly (dbce3b43b 2024-04-20)

Additional context

source code

@peetzweg
Copy link
Collaborator

peetzweg commented Apr 29, 2024

Thanks for reporting!
Fixed by #560

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants