mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Merge branch 'ropsten-fix-2' of github.com:MetaMask/metamask-plugin into ropsten-fix
This commit is contained in:
commit
e4543bc104
@ -6,7 +6,7 @@ module.exports = function (hash, network) {
|
||||
prefix = ''
|
||||
break
|
||||
case 3: // ropsten test net
|
||||
prefix = 'testnet.'
|
||||
prefix = 'ropsten.'
|
||||
break
|
||||
case 42: // kovan test net
|
||||
prefix = 'kovan.'
|
||||
|
Loading…
Reference in New Issue
Block a user