Skip to content

Commit

Permalink
Update transaction hash link with new explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
wrkzdev committed Feb 22, 2020
1 parent 85d0a8b commit ce2cbd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/ws_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ config.walletServiceConfigFormat = "json";
config.walletServiceRpcPort = 7856;

// block explorer url, the [[TX_HASH]] will be substituted w/ actual transaction hash
config.blockExplorerUrl = 'https://myexplorer.wrkz.work/?hash=[[TX_HASH]]#blockchain_transaction';
config.blockExplorerUrl = 'https://myexplorer.wrkz.work/transaction.html?hash=[[TX_HASH]]';

// default remote node to connect to, set this to a known reliable node for 'just works' user experience
config.remoteNodeDefaultHost = 'wrkz-nodes.wrkz.work';
Expand All @@ -44,7 +44,6 @@ config.remoteNodeListFiltered = false;

// fallback remote node list, in case fetching update failed, fill this with known to works remote nodes
config.remoteNodeListFallback = [
'node-eu1.wrkz.work:17856',
'node-sg1.wrkz.work:17856',
'5.172.219.174:17856',
'publicnode.ydns.eu:17856',
Expand Down

0 comments on commit ce2cbd8

Please sign in to comment.