-
Notifications
You must be signed in to change notification settings - Fork 15
Can't instantiate specific contract twice #116
Comments
Can you try here please? https://paritytech.github.io/substrate-contracts-explorer/#/ |
on this one it stucks with
while first instantiation of But works with |
i am looking into this! |
thanks for this! i made these 2 issues in the new app. you are our first external user 🙂 use-ink/contracts-ui#162 until we implement these i suggest using polkadot.js apps (which I assume works fine) |
Wow that's an honor! I'm happy to be here.
Btw, can I propose something in a new issue in that repo? I think I've got a feature request.
Yeah, that's what I do. Thankfully it has another issue fixed which was a show stopper for my use case. Now it works fine, true. Thanks! |
sure, go ahead! |
A strange issue has been observed while trying to make another instance of the following contract.
Steps to reproduce:
/instantiate
andUpload & Instantiate Contract
using thecandle_auction.contract
/instantiate
once again, and clickInstantiate
on the same code bundle.Uncaught error. Something went wrong with the query and rendering of this component. registry is undefined
Meanwhile,
erc721
contract works well leading to second contract instance creation view;candle_auction
contract code bundle through PolkadotJS works fine.The text was updated successfully, but these errors were encountered: