mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Add ropsten link support
This commit is contained in:
parent
b4bee4fb59
commit
7d38c4ccb6
@ -7,10 +7,10 @@ module.exports = function(address, network) {
|
||||
link = `http://etherscan.io/address/${address}`
|
||||
break
|
||||
case 2: // morden test net
|
||||
link = `http://testnet.etherscan.io/address/${address}`
|
||||
link = ''
|
||||
break
|
||||
case 3: // ropsten test net
|
||||
link = ''
|
||||
link = `http://testnet.etherscan.io/address/${address}`
|
||||
break
|
||||
default:
|
||||
link = ''
|
||||
|
Loading…
Reference in New Issue
Block a user