1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

default testnet - fix typo

This commit is contained in:
kumavis 2017-06-12 13:46:56 -07:00 committed by GitHub
parent 27220b7bcd
commit c0a023ffdb

View File

@ -10,7 +10,6 @@ module.exports = {
NetworkController: {
provider: {
type: (METAMASK_DEBUG || env === 'test') ? 'rinkeby' : 'mainnet',
type: 'rinkeby',
},
},
}