File tree Expand file tree Collapse file tree 3 files changed +3396
-2362
lines changed Expand file tree Collapse file tree 3 files changed +3396
-2362
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,12 @@ Updates the user`s crypto keys.
145
145
<td>No</td>
146
146
<td>ETH crypto keys update request.</td>
147
147
</tr>
148
+ <tr>
149
+ <td>bnbReq</td>
150
+ <td><a href="#bnbkeysupdaterequest">BnbKeysUpdateRequest</a></td>
151
+ <td>No</td>
152
+ <td>BNB crypto keys update request.</td>
153
+ </tr>
148
154
</tbody >
149
155
</table >
150
156
@@ -547,6 +553,102 @@ None.
547
553
<td>ARB_ERC20</td>
548
554
<td>ERC-20 token.</td>
549
555
</tr>
556
+ <tr>
557
+ <td>BNB</td>
558
+ <td>None.</td>
559
+ </tr>
560
+ <tr>
561
+ <td>BSCUSD_BEP20</td>
562
+ <td>BEP-20 token</td>
563
+ </tr>
564
+ <tr>
565
+ <td>USDC_BEP20</td>
566
+ <td>BEP-20 token</td>
567
+ </tr>
568
+ <tr>
569
+ <td>DAI_BEP20</td>
570
+ <td>BEP-20 token</td>
571
+ </tr>
572
+ <tr>
573
+ <td>BUSD_BEP20</td>
574
+ <td>BEP-20 token</td>
575
+ </tr>
576
+ <tr>
577
+ <td>WBTC_BEP20</td>
578
+ <td>BEP-20 token</td>
579
+ </tr>
580
+ <tr>
581
+ <td>BTCB_BEP20</td>
582
+ <td>BEP-20 token</td>
583
+ </tr>
584
+ <tr>
585
+ <td>UNI_BEP20</td>
586
+ <td>BEP-20 token</td>
587
+ </tr>
588
+ <tr>
589
+ <td>LINK_BEP20</td>
590
+ <td>BEP-20 token</td>
591
+ </tr>
592
+ <tr>
593
+ <td>AAVE_BEP20</td>
594
+ <td>BEP-20 token</td>
595
+ </tr>
596
+ <tr>
597
+ <td>MATIC_BEP20</td>
598
+ <td>BEP-20 token</td>
599
+ </tr>
600
+ <tr>
601
+ <td>SHIB_BEP20</td>
602
+ <td>BEP-20 token</td>
603
+ </tr>
604
+ <tr>
605
+ <td>ATOM_BEP20</td>
606
+ <td>BEP-20 token</td>
607
+ </tr>
608
+ <tr>
609
+ <td>ARB_BEP20</td>
610
+ <td>BEP-20 token</td>
611
+ </tr>
612
+ <tr>
613
+ <td>ETH_BEP20</td>
614
+ <td>BEP-20 token</td>
615
+ </tr>
616
+ <tr>
617
+ <td>XRP_BEP20</td>
618
+ <td>BEP-20 token</td>
619
+ </tr>
620
+ <tr>
621
+ <td>ADA_BEP20</td>
622
+ <td>BEP-20 token</td>
623
+ </tr>
624
+ <tr>
625
+ <td>TRX_BEP20</td>
626
+ <td>BEP-20 token</td>
627
+ </tr>
628
+ <tr>
629
+ <td>DOGE_BEP20</td>
630
+ <td>BEP-20 token</td>
631
+ </tr>
632
+ <tr>
633
+ <td>LTC_BEP20</td>
634
+ <td>BEP-20 token</td>
635
+ </tr>
636
+ <tr>
637
+ <td>BCH_BEP20</td>
638
+ <td>BEP-20 token</td>
639
+ </tr>
640
+ <tr>
641
+ <td>TWT_BEP20</td>
642
+ <td>BEP-20 token</td>
643
+ </tr>
644
+ <tr>
645
+ <td>AVAX_BEP20</td>
646
+ <td>BEP-20 token</td>
647
+ </tr>
648
+ <tr>
649
+ <td>CAKE_BEP20</td>
650
+ <td>BEP-20 token</td>
651
+ </tr>
550
652
</tbody >
551
653
</table >
552
654
@@ -614,6 +716,25 @@ None.
614
716
615
717
### EthKeysUpdateRequest
616
718
719
+ <table >
720
+ <thead >
721
+ <tr>
722
+ <th>Field</th>
723
+ <th>Type</th>
724
+ <th>Description</th>
725
+ </tr>
726
+ </thead >
727
+ <tbody >
728
+ <tr>
729
+ <td>masterPubKey</td>
730
+ <td>string</td>
731
+ <td>None.</td>
732
+ </tr>
733
+ </tbody >
734
+ </table >
735
+
736
+ ### BnbKeysUpdateRequest
737
+
617
738
<table >
618
739
<thead >
619
740
<tr>
Original file line number Diff line number Diff line change 42
42
eth :
43
43
daemon :
44
44
url : ${ETH_DAEMON_URL}
45
+ bnb :
46
+ daemon :
47
+ url : ${BNB_DAEMON_URL}
45
48
` ` `
46
49
47
50
<details>
@@ -265,14 +268,29 @@ coin:
265
268
<details>
266
269
<summary>url</summary>
267
270
<div>
268
- <p><strong>Description:</strong> The URL of the Litecoin (ETH) daemon endpoint.</p>
271
+ <p><strong>Description:</strong> The URL of the Ethereum (ETH) daemon endpoint.</p>
269
272
<p><strong>CLI Option:</strong> <code>none</code></p>
270
273
<p><strong>Environment Variable:</strong> <code>ETH_DAEMON_URL</code></p>
271
274
<p><strong>Default Value:</strong> <code>none</code></p>
272
275
</div>
273
276
</details>
274
277
</details>
275
278
</details>
279
+ <details>
280
+ <summary>bnb</summary>
281
+ <details>
282
+ <summary>daemon</summary>
283
+ <details>
284
+ <summary>url</summary>
285
+ <div>
286
+ <p><strong>Description:</strong> The URL of the BNB Smart Chain (BNB(BSC)) daemon endpoint.</p>
287
+ <p><strong>CLI Option:</strong> <code>none</code></p>
288
+ <p><strong>Environment Variable:</strong> <code>BNB_DAEMON_URL</code></p>
289
+ <p><strong>Default Value:</strong> <code>none</code></p>
290
+ </div>
291
+ </details>
292
+ </details>
293
+ </details>
276
294
</details>
277
295
278
296
## Example env file
@@ -307,6 +325,8 @@ LTC_DAEMON_USER=user
307
325
LTC_DAEMON_PASS=pass
308
326
309
327
ETH_DAEMON_URL=https://ethereum.publicnode.com
328
+
329
+ BNB_DAEMON_URL=https://bsc-dataseed.binance.org
310
330
```
311
331
312
332
## Misc CLI options
You can’t perform that action at this time.
0 commit comments