mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-26 01:06:12 +00:00
📺 Change insight server URL
This commit is contained in:
parent
600dd0a246
commit
561e3f3a76
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -1,7 +1,7 @@
|
|||
(function() {
|
||||
'use strict';
|
||||
|
||||
var socket = io("https://blockchain.masternode.io/");
|
||||
var socket = io("https://insight.dash.org:443/");
|
||||
var transactionList = document.getElementById('transactionList');
|
||||
var muteButton = document.getElementById('muteToggle');
|
||||
var muted = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue