-
Notifications
You must be signed in to change notification settings - Fork 3
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
How to add new network to wallet if that is not there? #6
Comments
For those who are struggling to get this done I've managed to do it:
|
Now I need to add NFTs via
I've did this code:
This is the error message I am getting
|
Hey @ammarvohra, I am a WalletConnect developer. Most wallets do not support You should verify if the wallet has approved the We have recently launched Web3Modal in Alpha for Unity. I suggest you take a look. It uses https://docs.walletconnect.com/web3modal/unity/about We also have the WalletConnect Modal, which is more lightweight, but doesn't have network switching UI and Nethereum integration out of the box. |
@skibitsky thanks for your response. I am connecting Metamask using WalletConnectModal, not Web3Modal. Metamask does support Thanks |
Did you include |
@skibitsky Yes I did include that one, let me share that here:
|
@ammarvohra could you please open an issue in https://github.com/WalletConnect/WalletConnectUnity/ ? |
Okay |
I want to add new network like how we add Custom Networks in Metamask but with the help of code. Also I want to import my NFT tokens to that particular network.
Logic I am looking to work as:
I enter all the details(RPC, chain id, etc) of network and pass through WalletConnect (like we do for SendTransaction) and that should give me popup in wallet(let's say MetaMask) to add that network.
Question:
I know this is possible on web but is it possible on Mobile?
@juanfranblanco
Thanks,
Ammar
The text was updated successfully, but these errors were encountered: