1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-03 14:44:27 +01:00
metamask-extension/ui/pages/settings
ryanml 523c04b47a Fix built-in networks switch-ethereum-chain, Including RPC url in switchEthereumChain requestData (#11268)
* Moving RPC Urls to network constants

* Including RPC url in switchEthereumChain requestData

* Setting project id to var

* Fix built-in networks switch-ethereum-chain

`switch-ethereum-chain` did not work correctly with built-in networks.
It was treating them as custom networks, rather than as built-in
networks. This affected how they were displayed in the network
dropdown, and resulted in slight differences to the network stack used
as well.

The problem was that `updateRpcTarget` was used, which was meant for
custom networks only. Now that `setProviderType` is used in the case of
a built-in network, the behaviour should match the network switcher
exactly.

Co-authored-by: Mark Stacey <markjstacey@gmail.com>
2021-06-09 19:57:10 -07:00
..
advanced-tab add setting to dismiss seed phrase backup reminder (#10967) 2021-06-07 09:58:45 -02:30
alerts-tab remove the ui/app and ui/lib folders (#10911) 2021-06-06 12:45:27 -02:30
contact-list-tab Removing gray background from contact address input (#10971) 2021-06-07 09:58:45 -02:30
info-tab remove the ui/app and ui/lib folders (#10911) 2021-06-06 12:45:27 -02:30
networks-tab Fix built-in networks switch-ethereum-chain, Including RPC url in switchEthereumChain requestData (#11268) 2021-06-09 19:57:10 -07:00
security-tab remove the ui/app and ui/lib folders (#10911) 2021-06-06 12:45:27 -02:30
settings-tab remove the ui/app and ui/lib folders (#10911) 2021-06-06 12:45:27 -02:30
index.js remove the ui/app and ui/lib folders (#10911) 2021-06-06 12:45:27 -02:30
index.scss remove the ui/app and ui/lib folders (#10911) 2021-06-06 12:45:27 -02:30
settings.component.js remove the ui/app and ui/lib folders (#10911) 2021-06-06 12:45:27 -02:30
settings.container.js remove the ui/app and ui/lib folders (#10911) 2021-06-06 12:45:27 -02:30