bip44-constants 66.0.0 → 70.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +6 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -615,12 +615,15 @@ module.exports = [
|
|
|
615
615
|
[0x80000263, '', 'Manta Network Private Asset'],
|
|
616
616
|
[0x80000264, '', 'Calamari Network Private Asset'],
|
|
617
617
|
[0x80000265, 'WCN', 'Widecoin'],
|
|
618
|
+
[0x80000266, 'OPT', 'Optimistic Ethereum'],
|
|
618
619
|
[0x80000267, 'PSWAP', 'PolkaSwap'],
|
|
619
620
|
[0x80000268, 'VAL', 'Validator'],
|
|
620
621
|
[0x80000269, 'XOR', 'Sora'],
|
|
621
622
|
[0x8000026a, 'SSP', 'SmartShare'],
|
|
622
623
|
[0x8000026b, 'DEI', 'DeimosX'],
|
|
624
|
+
[0x80000270, 'NOBL', 'Nobility'],
|
|
623
625
|
[0x80000271, 'EAST', 'Eastcoin'],
|
|
626
|
+
[0x80000274, 'LORE', 'Gitopia'],
|
|
624
627
|
[0x8000027f, 'BTSG', 'BitSong'],
|
|
625
628
|
[0x80000280, 'LFC', 'Leofcoin'],
|
|
626
629
|
[0x80000288, 'ZRB', 'Zarb'],
|
|
@@ -641,6 +644,7 @@ module.exports = [
|
|
|
641
644
|
[0x800002c9, 'XTL', 'Katal Chain'],
|
|
642
645
|
[0x800002ca, 'BNB', 'Binance'],
|
|
643
646
|
[0x800002cb, 'SIN', 'Sinovate'],
|
|
647
|
+
[0x800002cc, 'DLN', 'Delion'],
|
|
644
648
|
[0x800002d5, 'MCX', 'MultiCash'],
|
|
645
649
|
[0x800002db, 'BMK', 'Bitmark'],
|
|
646
650
|
[0x800002e1, 'ATOP', '[Financial Blockchain]'],
|
|
@@ -747,7 +751,8 @@ module.exports = [
|
|
|
747
751
|
[0x800006c1, 'XTZ', 'Tezos'],
|
|
748
752
|
[0x800006f0, 'LBTC', 'Liquid BTC'],
|
|
749
753
|
[0x800006f1, 'BBP', 'Biblepay'],
|
|
750
|
-
[
|
|
754
|
+
[0x800006f8, 'JPYS', 'JPY Stablecoin'],
|
|
755
|
+
[0x800006fd, 'VEGA', 'Vega Protocol'],
|
|
751
756
|
[0x80000717, 'ADA', 'Cardano'],
|
|
752
757
|
[0x80000743, 'TES', 'Teslacoin'],
|
|
753
758
|
[0x8000076b, 'XEC', 'eCash token'],
|