jr: network id switching seems to work

todo: change explorer links based on network id
This commit is contained in:
2024-03-19 17:59:20 -06:00
parent bbf46d78ea
commit 4be9626a43
3 changed files with 188 additions and 77 deletions
+20 -1
View File
@@ -7,6 +7,7 @@
background: #d6efff;
width: 400px;
font-family: monospace, sans-serif;
font-size: 0.7em;
}
</style>
</head>
@@ -44,7 +45,7 @@
</div>
<!-- generate new keypair -->
<!-- generate new keypair -->
<div style="margin-top: 5px; width: 95%; background: #d6ffd9; border: 1px solid #6c5d96; border-radius: 5px; padding: 5px;">
<table >
<tr>
@@ -61,6 +62,7 @@
<button id="generate-btn">Generate New Keypair</button>
</form>
</div>
<!-- faert recovery -->
<div style="margin-top: 5px; width: 95%; background: #ffd6d9; border: 1px solid #6c5d96; border-radius: 5px; padding: 5px;">
<table >
@@ -90,6 +92,23 @@
-->
</div>
<!-- network id -->
<div style="margin-top: 5px; width: 95%; background: #d6d9ff; border: 1px solid #6c5d96; border-radius: 5px; padding: 5px;">
<table >
<tr>
<td><img src="../art/keypair.svg" style="width: 32px; height: 32px;"></td>
<td style="justify-content: center; font-size: 28px; text-align: center; font-weight: bold">
NETWORK ID
</td>
</tr>
</table>
<form id='netids'></form>
</div>
<pre id="scratch"></pre>
<!--