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

feature/default_network_editable
kumavis 8 years ago
commit e4543bc104
  1. 2
      ui/lib/explorer-link.js

@ -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…
Cancel
Save