jr: network id switching seems to work
todo: change explorer links based on network id
This commit is contained in:
+20
-1
@@ -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>
|
||||
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user