1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00
metamask-extension/ui
Dan Finlay d8bee4f599 Make default providers more easiliy configurable for metamask devs
No longer do our `mainnet` and `testnet` buttons set specific RPC urls. Now they set `provider.type`, which gets interpreted with code.

Currently the provider types of `mainnet` and `testnet` point to our new scalable backends, but these could be re-interpreted to use any other provider, be it etherscan, peer to peer, or otherwise.

Makes it easier for us to upgrade our infrastructure without incorporating migration logic into the program.
2016-05-10 15:37:13 -07:00
..
app Make default providers more easiliy configurable for metamask devs 2016-05-10 15:37:13 -07:00
design ui - design - add new files 2016-05-10 14:20:21 -07:00
lib Add UI for Signing Messages 2016-05-03 14:32:22 -07:00
.gitignore Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
css.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
example.js Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
index.html Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00
index.js Add UI for Signing Messages 2016-05-03 14:32:22 -07:00