mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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 = ''
|
prefix = ''
|
||||||
break
|
break
|
||||||
case 3: // ropsten test net
|
case 3: // ropsten test net
|
||||||
prefix = 'testnet.'
|
prefix = 'ropsten.'
|
||||||
break
|
break
|
||||||
case 42: // kovan test net
|
case 42: // kovan test net
|
||||||
prefix = 'kovan.'
|
prefix = 'kovan.'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user