We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18673e commit a2d97e9Copy full SHA for a2d97e9
public/scripts/utils.js
@@ -35,7 +35,7 @@ class Utils {
35
getExplorerUrl(currency, path) {
36
switch (currency) {
37
case 'ETH':
38
- return 'https://rinkeby.etherscan.io/' + path
+ return 'https://etherscan.io/' + path
39
default:
40
return '' + path
41
}
0 commit comments