Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.
This repository was archived by the owner on May 2, 2022. It is now read-only.

Can't instantiate specific contract twice #116

@agryaznov

Description

@agryaznov

found in: current master (a9073cf)

A strange issue has been observed while trying to make another instance of the following contract.

Steps to reproduce:

  1. Go to /instantiate and Upload & Instantiate Contract using the candle_auction.contract
  2. Go through constructor steps, send transaction. The contract successfully deployed.
  3. Then, go to /instantiate once again, and click Instantiate on the same code bundle.
  4. The following error appears: Uncaught error. Something went wrong with the query and rendering of this component. registry is undefined

Meanwhile,

  1. repeating the same steps for erc721 contract works well leading to second contract instance creation view;
  2. deploying a second instance of the very same candle_auction contract code bundle through PolkadotJS works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions