Alex Bean
Alex Bean
You can do this by clicking the Settings (gear) icon at the bottom of the page It’s probably worth making this more discoverable.
This is a known issue in the `v6-alpha` version of ink!. It’s related to the function you are using is marked as unstable in pallet_revive, as documented here: https://github.com/use-ink/ink/issues/2503. It...
Completed with https://github.com/polkadot-js/api/pull/6158
I encountered the same error using the [Zombienet-SDK](https://github.com/paritytech/zombienet-sdk). ``` 🚫 Could not launch local network: Orchestrator error: Provider error: File generation failed: 2024-08-16 17:09:39 Building chain spec Error: Service(Other("Invalid JSON...
Hi! I’m the author of this tutorial https://use.ink/tutorials/ethereum-compatibility/hardhat-deployment . I can reproduce your issue. I’m not yet sure what changed that prevents deploying an ink! contract with Solidity metadata, whether...
> [@AlexD10S](https://github.com/AlexD10S) Could you try deploying the contract via e.g. polkadot-js? It's not a nice API, but this will already tell you if there's a more general error. > Deployment...