-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzetaclients.html
50 lines (38 loc) · 1.12 KB
/
zetaclients.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ZetaClients--Observer/Keysigners</title>
<link rel="stylesheet" href="./main.css">
</head>
<body>
<h2 id="sec-zetaclients">ZetaClients</h2>
<div class="container">
<div class="item">
<b>Bitcoin TSS Address</b>
<div id="utxo-info"></div>
<div id="address-info"></div>
<div id="txs-info"></div>
</div>
<div class="item">
<b>ZetaClient Telemetry</b>
<div id="zetaclients-summary"></div>
</div>
<h2>Hotkey info</h2>
<div id="hotkey">
</div>
<h2> Validator Granter/Grantee </h2>
<div id="validator-granter-grantee">
</div>
<div class="item">
<b>GasPrice Heart Beats</b>
<div id="gas-price-heart-beats"></div>
<textarea id="console-gas-price-heart-beats" cols="80" rows="20" style="font-family: monospace;"></textarea>
</div>
</div>
<!-- <script src="./common.js"></script> -->
<script src="./utils.js"></script>
<script src="./tag.js"></script>
<script type="module" src="./zetaclients.js"></script>
</body>
</html>