-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add chain validation to wallet_addEthereumChain api call #17640
Labels
feature/web3/wallet
Integrating Ethereum+ wallet support
native-change
This change is on the Chromium side, usually in C++
OS/Android
Fixes related to Android browser functionality
OS/Desktop
priority/P2
A bad problem. We might uplift this to the next planned release.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/include
Milestone
Comments
spylogsster
added
OS/Android
Fixes related to Android browser functionality
OS/Desktop
labels
Aug 23, 2021
24 tasks
24 tasks
spylogsster
changed the title
Add chainId validation to wallet_addEthereumChain api call
Add chain validation to wallet_addEthereumChain api call
Sep 7, 2021
Moving this out of MVP for now |
Need to add validation to this place too brave/brave-core#10641 (comment) |
24 tasks
bbondy
added
the
priority/P2
A bad problem. We might uplift this to the next planned release.
label
Oct 29, 2021
bbondy
added
the
native-change
This change is on the Chromium side, usually in C++
label
Nov 8, 2021
This was referenced Jan 20, 2022
validation on settings page will be implemented as separate issue #20605 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/web3/wallet
Integrating Ethereum+ wallet support
native-change
This change is on the Chromium side, usually in C++
OS/Android
Fixes related to Android browser functionality
OS/Desktop
priority/P2
A bad problem. We might uplift this to the next planned release.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/include
Description
A list of known EVM networks can be found here: https://chainid.network/ we’ll make a subset of this list as our officially supported list also from https://eips.ethereum.org/EIPS/eip-3085:
Additionally we have to protect users from adding broken networks
The text was updated successfully, but these errors were encountered: