-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
5094: URI Format for Ethereum Network Switching #5094
Conversation
Co-authored-by: Jakob Helgesson <jakob.helgesson@gmail.com> Co-authored-by: Joshua Hendrix <thejoshuahendrix@users.noreply.github.com>
Preview visible at https://eip5094.luc.page/ |
Co-authored-by: Micah Zoltu <micah@zoltu.net>
All tests passed; auto-merging...(pass) eip-5094.md
|
All changes have been made, currently awaiting post approval for Ethereum Magicians |
@MicahZoltu I have made the appropriate changes and updated the Ethereum Magicians link! Let me know what's next! |
Next step is to wait for an ERC editor to review it. My initial feedback was just a cursory glance to help speed things along, but not a full review. |
Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com>
Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com>
@SamWilsn I can't seem to be able to re-request review.... |
* Initial Commit * EIP-5094: URI Format for Ethereum Network Switching Co-authored-by: Jakob Helgesson <jakob.helgesson@gmail.com> Co-authored-by: Joshua Hendrix <thejoshuahendrix@users.noreply.github.com> * EIP-5094: Updated Authors * EIP-5094: URL and Rationale * Update EIPS/eip-5094.md Co-authored-by: Micah Zoltu <micah@zoltu.net> * Update EIPS/eip-5094.md * Introduce Ethereum Magicians forum link * Shift optional / * Add bridge phrasing * Update EIPS/eip-5094.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update EIPS/eip-5094.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update eip-5094.md Co-authored-by: Jakob Helgesson <jakob.helgesson@gmail.com> Co-authored-by: Joshua Hendrix <thejoshuahendrix@users.noreply.github.com> Co-authored-by: Micah Zoltu <micah@zoltu.net> Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com>
This standard includes all needed information for adding a network to a wallet via URL, by including parameters such as
chainId
,rpc_url
,chain_name
and others, such that the network configuration is provided through the URL itself.As an extension to EIP-831 and neighboring EIP-681 and EIP-2400, this document aims to standardize the addition of new networks and switching thereof through the means of URLs. User convenience in this case is primary.