1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Merge branch 'ropsten-fix-2' of github.com:MetaMask/metamask-plugin into ropsten-fix

This commit is contained in:
kumavis 2017-03-27 11:04:58 -07:00
commit e4543bc104

View File

@ -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.'