Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error unsupported network #141

Open
eaxycoderr opened this issue Jul 27, 2022 · 3 comments
Open

error unsupported network #141

eaxycoderr opened this issue Jul 27, 2022 · 3 comments

Comments

@eaxycoderr
Copy link

error unsupported network while on rinkeby test network, what to do?

@dbreugne
Copy link

dbreugne commented Aug 9, 2022

Screenshot 2022-08-09 at 4 11 38 PM

Make sure you have this config and not the one by default

@johncliffalvarez
Copy link

Screenshot 2022-08-09 at 4 11 38 PM

Make sure you have this config and not the one by default

I'm also stuck on the minting dapp myself! I checked on this config and it is set to the following:

testnet: Networks.hardhatLocal,

This is correct, right? But still, the minting page gives me an the "Error unsupported network" message. Strange thing is that I am still able to connect my wallet, but the error message stays up and I don't see neither my wallet address being displayed, nor the minting interface appear to start minting NFTs. Is there something eaxycoderr and I are missing? Would greatly appreciate the help!

@megaz90
Copy link

megaz90 commented Sep 23, 2022

This is because there are multiple network settings. As of this date there are two networks for the minting dapp.
One is Mainnet and other is testnet. In testnet there are further two networks Goerli and Rinkeby if you are on rinkeby test network on metamask then you need to change some settings because by default it is set to Goerli test network.
You can check all networks under smart-contract < libs < Networks.ts.
image

Rinkeby test network is named as ethereumLegacyTestnet and if you go to file under smart-contract < config < CollectionConfig.ts you'll find that it is set to ethereumTestnet by default.

image

Just change it to ethereumLegacyTestnet and you are good to go.

image

If you are on Goerli test network then you have no problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants