mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
fix: switch to blockchain.masternode.io
This commit is contained in:
parent
77d3805880
commit
336838c95a
2 changed files with 5 additions and 7 deletions
|
@ -4,15 +4,13 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Dash transaction visualizer</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta http-equiv="Content-Security-Policy" content="script-src https://seigler.github.io http://insight.masternode.io:3000; connect-src http://insight.masternode.io:3000;">
|
||||
</head>
|
||||
<body>
|
||||
<div id="connectionStatus" class="is-connecting"></div>
|
||||
|
||||
<div id="transactionList">
|
||||
</div>
|
||||
<div id="transactionList"></div>
|
||||
|
||||
<script src="http://insight.masternode.io:3000/socket.io/socket.io.js"></script>
|
||||
<script src="https://blockchain.masternode.io/socket.io/socket.io.js"></script>
|
||||
<script src="app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue