bip44-constants 78.0.0 → 82.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 +10 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -622,6 +622,7 @@ module.exports = [
|
|
|
622
622
|
[0x8000026a, 'SSP', 'SmartShare'],
|
|
623
623
|
[0x8000026b, 'DEI', 'DeimosX'],
|
|
624
624
|
[0x8000026c, 'AXL', 'Axelar'],
|
|
625
|
+
[0x8000026d, 'ZERO', 'Singularity'],
|
|
625
626
|
[0x80000270, 'NOBL', 'Nobility'],
|
|
626
627
|
[0x80000271, 'EAST', 'Eastcoin'],
|
|
627
628
|
[0x80000274, 'LORE', 'Gitopia'],
|
|
@@ -630,6 +631,7 @@ module.exports = [
|
|
|
630
631
|
[0x80000283, 'AZERO', 'Aleph Zero'],
|
|
631
632
|
[0x80000286, 'XLN', 'Lunarium'],
|
|
632
633
|
[0x80000288, 'ZRB', 'Zarb'],
|
|
634
|
+
[0x8000028a, 'UCO', 'ARCHEthic'],
|
|
633
635
|
[0x80000294, 'PIRATE', 'PirateCash'],
|
|
634
636
|
[0x80000297, 'SFRX', 'EtherGem Sapphire'],
|
|
635
637
|
[0x8000029a, 'ACT', 'Achain'],
|
|
@@ -642,6 +644,7 @@ module.exports = [
|
|
|
642
644
|
[0x800002ae, 'KAR', 'Karura Network'],
|
|
643
645
|
[0x800002b0, 'CET', 'CoinEx Chain'],
|
|
644
646
|
[0x800002ba, 'VEIL', 'Veil'],
|
|
647
|
+
[0x800002bb, 'GIO', 'Gio'],
|
|
645
648
|
[0x800002bc, 'XDAI', 'xDai'],
|
|
646
649
|
[0x800002c3, 'MCOIN', 'Moneta Coin'],
|
|
647
650
|
[0x800002c7, 'CHC', 'Chaincoin'],
|
|
@@ -660,6 +663,7 @@ module.exports = [
|
|
|
660
663
|
[0x80000309, 'BTW', 'Bitcoin World'],
|
|
661
664
|
[0x80000312, 'UIDD', 'UIDD'],
|
|
662
665
|
[0x80000313, 'ACA', 'Acala'],
|
|
666
|
+
[0x80000314, 'BNC', 'Bifrost'],
|
|
663
667
|
[0x80000315, 'TAU', 'Lamden'],
|
|
664
668
|
[0x80000320, 'BEET', 'Beetle Coin'],
|
|
665
669
|
[0x80000321, 'DST', 'DSTRA'],
|
|
@@ -837,6 +841,12 @@ module.exports = [
|
|
|
837
841
|
[0x80002304, 'NULS', 'NULS'],
|
|
838
842
|
[0x80002327, 'BTP', 'Bitcoin Pay'],
|
|
839
843
|
[0x80002328, 'AVAX', 'Avalanche'],
|
|
844
|
+
[0x80002329, 'ARB', 'Arbitrum'],
|
|
845
|
+
[0x8000232a, 'BOBA', 'Boba'],
|
|
846
|
+
[0x8000232b, 'LOOP', 'Loopring'],
|
|
847
|
+
[0x8000232c, 'STARK', 'Starkware'],
|
|
848
|
+
[0x8000232d, 'AVAXC', 'Avalanche C-Chain'],
|
|
849
|
+
[0x8000232e, 'BSC', 'Binance Smart Chain'],
|
|
840
850
|
[0x80002645, 'NRG', 'Energi'],
|
|
841
851
|
[0x800026a0, 'BTF', 'Bitcoin Faith'],
|
|
842
852
|
[0x8000270f, 'GOD', 'Bitcoin God'],
|