Skip to content

Commit a2d97e9

Browse files
author
H
committed
update-etherscan-url
1 parent b18673e commit a2d97e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/scripts/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Utils {
3535
getExplorerUrl(currency, path) {
3636
switch (currency) {
3737
case 'ETH':
38-
return 'https://rinkeby.etherscan.io/' + path
38+
return 'https://etherscan.io/' + path
3939
default:
4040
return '' + path
4141
}

0 commit comments

Comments
 (0)