oneclickdapp / remix-plugin-one-click-dapp

A Remix Plugin to create a persistent interface for your smart contract(s)
MIT License
26 stars 15 forks source link

Feature request: option to add network when deploying #22

Open htadashi opened 3 years ago

htadashi commented 3 years ago

First of all, thanks for this useful dApp and plugin! :)

Is there a way to deploy for other network rather than Ethereum mainnet? I deployed a contract while connected to Rinkeby but it seems that the Dapp generated was expecting that my contract was deployed in mainnet.

pi0neerpat commented 3 years ago

Yes, simply edit the dapp and change the network.

htadashi commented 3 years ago

Hi Patrick, thanks for the response 🙇🏻‍♂️

I couldn't find the edit button after deployment by the plugin :( image

When I click on any button of the user interface I only get this message "Wrong network. Please switch to unknown". It continues even after I change to other networks in Metamask.

pi0neerpat commented 3 years ago

Oh you mean for the remix plugin! Yes I do need to add this feature