mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
block explorer - ropsten
etherscan differentiates between "attacked ropsten" vs "revived ropsten" https://ropsten.etherscan.io/ is the revived ropsten
This commit is contained in:
parent
1c956bdb62
commit
dca4486a65
@ -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