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
1 changed files with 1 additions and 1 deletions

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