You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not sure if a bug or a feature request. as you can see in the screenshot the UI prints errors in the console when revisiting the editor after interacting with a mainnet contract using the SH wallet.
the case is probably as follows:
contract was used with active SH wallet connection in contract editor
contract editor stores contract id in local cache (browser)
contract editor, if opened again, is connected to testnet by default and tries to re-use the stored contractId from local browser cache (because the local cache doesn't know what network the stored contract belongs to)
of course the contract does not exist on testnet, so the 404 happens.
it would be great if the UI handles this correctly and remembers the contractId for the mainnet the right way. currently, even if switching to mainnet again, the last used contractId is not picked up.
The text was updated successfully, but these errors were encountered:
not sure if a bug or a feature request. as you can see in the screenshot the UI prints errors in the console when revisiting the editor after interacting with a mainnet contract using the SH wallet.
the case is probably as follows:
of course the contract does not exist on testnet, so the 404 happens.
it would be great if the UI handles this correctly and remembers the contractId for the mainnet the right way. currently, even if switching to mainnet again, the last used contractId is not picked up.
The text was updated successfully, but these errors were encountered: