-
Notifications
You must be signed in to change notification settings - Fork 154
How to add a new network that is not already listed? #307
Comments
Seems like there had previously been a Is there an alternative? |
@Vxatz there doesn't seem to be an alternative from the API documentation |
Historically we have a lot of issues with adding a network over a MetaMask UI, and this feature is actually not so important for dapp dev as he needs to use EIP-3085 for better UX
For an alternative, you can reference this test Lines 133 to 138 in a41e6dd
that simple usage evaluation with EIP-3085 dappeteer/test/testPageFunctions/addNetwork.ts Lines 1 to 27 in a41e6dd
|
Is your feature request related to a problem? Please describe.
I would like to add a new network when setting up Metamask
Describe the solution you'd like
I would like to add an additional step in adding a network in the metamask extension, where you will have to include:-
Network name, RPC URL, Chain ID, Currency Symbol and block explorer URL
Describe alternatives you've considered
There is not much alternatives you can try, metaMask.acceptAddNetwork only works when there is a prompt within metamask.
The text was updated successfully, but these errors were encountered: