bip44-constants 76.0.0 → 80.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 +8 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -622,11 +622,14 @@ 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'],
|
|
628
629
|
[0x8000027f, 'BTSG', 'BitSong'],
|
|
629
630
|
[0x80000280, 'LFC', 'Leofcoin'],
|
|
631
|
+
[0x80000283, 'AZERO', 'Aleph Zero'],
|
|
632
|
+
[0x80000286, 'XLN', 'Lunarium'],
|
|
630
633
|
[0x80000288, 'ZRB', 'Zarb'],
|
|
631
634
|
[0x80000294, 'PIRATE', 'PirateCash'],
|
|
632
635
|
[0x80000297, 'SFRX', 'EtherGem Sapphire'],
|
|
@@ -658,6 +661,7 @@ module.exports = [
|
|
|
658
661
|
[0x80000309, 'BTW', 'Bitcoin World'],
|
|
659
662
|
[0x80000312, 'UIDD', 'UIDD'],
|
|
660
663
|
[0x80000313, 'ACA', 'Acala'],
|
|
664
|
+
[0x80000314, 'BNC', 'Bifrost'],
|
|
661
665
|
[0x80000315, 'TAU', 'Lamden'],
|
|
662
666
|
[0x80000320, 'BEET', 'Beetle Coin'],
|
|
663
667
|
[0x80000321, 'DST', 'DSTRA'],
|
|
@@ -835,6 +839,10 @@ module.exports = [
|
|
|
835
839
|
[0x80002304, 'NULS', 'NULS'],
|
|
836
840
|
[0x80002327, 'BTP', 'Bitcoin Pay'],
|
|
837
841
|
[0x80002328, 'AVAX', 'Avalanche'],
|
|
842
|
+
[0x80002329, 'ARB', 'Arbitrum'],
|
|
843
|
+
[0x8000232a, 'BOBA', 'Boba'],
|
|
844
|
+
[0x8000232b, 'LOOP', 'Loopring'],
|
|
845
|
+
[0x8000232c, 'STARK', 'Starkware'],
|
|
838
846
|
[0x80002645, 'NRG', 'Energi'],
|
|
839
847
|
[0x800026a0, 'BTF', 'Bitcoin Faith'],
|
|
840
848
|
[0x8000270f, 'GOD', 'Bitcoin God'],
|