change some ui issues
This commit is contained in:
parent
2985d96737
commit
ce7d651916
20
index.html
20
index.html
@ -1786,6 +1786,16 @@
|
||||
getRef("created_address_wrapper"),
|
||||
html`
|
||||
<ul id="generated_addresses" class="grid gap-1-5">
|
||||
<li class="grid gap-0-5">
|
||||
<div>
|
||||
<h5>Binance Address</h5>
|
||||
<sm-copy value="${BSCAddress}"></sm-copy>
|
||||
</div>
|
||||
<div>
|
||||
<h5>Private Key</h5>
|
||||
<sm-copy value="${ethPrivateKey}"></sm-copy>
|
||||
</div>
|
||||
</li>
|
||||
<li class="grid gap-0-5">
|
||||
<div>
|
||||
<h5>FLO Address</h5>
|
||||
@ -1806,16 +1816,6 @@
|
||||
<sm-copy value="${btcPrivKey}"></sm-copy>
|
||||
</div>
|
||||
</li>
|
||||
<li class="grid gap-0-5">
|
||||
<div>
|
||||
<h5>Equivalent Binance Address</h5>
|
||||
<sm-copy value="${BSCAddress}"></sm-copy>
|
||||
</div>
|
||||
<div>
|
||||
<h5>Private Key</h5>
|
||||
<sm-copy value="${ethPrivateKey}"></sm-copy>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
`
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user