|
|
|
@ -155,7 +155,7 @@ function ExecutionContext () { |
|
|
|
|
else if (id === '2') name = 'Morden (deprecated)' |
|
|
|
|
else if (id === '3') name = 'Ropsten' |
|
|
|
|
else if (id === '4') name = 'Rinkeby' |
|
|
|
|
else if (id === '5') name = 'Görli' |
|
|
|
|
else if (id === '5') name = 'Goerli' |
|
|
|
|
else if (id === '42') name = 'Kovan' |
|
|
|
|
else name = 'Custom' |
|
|
|
|
|
|
|
|
@ -322,7 +322,8 @@ var transactionDetailsLinks = { |
|
|
|
|
'Main': 'https://www.etherscan.io/tx/', |
|
|
|
|
'Rinkeby': 'https://rinkeby.etherscan.io/tx/', |
|
|
|
|
'Ropsten': 'https://ropsten.etherscan.io/tx/', |
|
|
|
|
'Kovan': 'https://kovan.etherscan.io/tx/' |
|
|
|
|
'Kovan': 'https://kovan.etherscan.io/tx/', |
|
|
|
|
'Goerli': 'https://goerli.etherscan.io/tx/' |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
module.exports = new ExecutionContext() |
|
|
|
|