1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
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
..
lib Make default providers more easiliy configurable for metamask devs 2016-05-10 15:37:13 -07:00
migrations Corrected migration order 2016-04-22 13:36:04 -07:00
background.js Make default providers more easiliy configurable for metamask devs 2016-05-10 15:37:13 -07:00
chromereload.js build - add gulp build process 2016-03-02 23:08:28 -08:00
contentscript.js inpage - automatic dapp reload 2016-05-05 16:04:43 -07:00
inpage.js inpage - automatic dapp reload 2016-05-05 16:04:43 -07:00
popup.js Filter transaction list for current blockchain network 2016-04-27 18:04:33 -07:00