bip44-constants 120.0.0 → 123.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.
Files changed (2) hide show
  1. package/index.js +6 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -644,6 +644,7 @@ module.exports = [
644
644
  [0x80000286, 'XLN', 'Lunarium'],
645
645
  [0x80000288, 'ZRB', 'Zarb'],
646
646
  [0x8000028a, 'UCO', 'ARCHEthic'],
647
+ [0x8000028f, 'WMP', 'WAMP'],
647
648
  [0x80000294, 'PIRATE', 'PirateCash'],
648
649
  [0x80000297, 'SFRX', 'EtherGem Sapphire'],
649
650
  [0x8000029a, 'ACT', 'Achain'],
@@ -661,11 +662,14 @@ module.exports = [
661
662
  [0x800002a6, 'Voken', 'Voken'],
662
663
  [0x800002a7, 'APL', 'Apollo'],
663
664
  [0x800002a8, 'Evrynet', 'Evrynet'],
665
+ [0x800002a9, 'NENG', 'Nengcoin'],
666
+ [0x800002aa, 'CHTA', 'Cheetahcoin'],
664
667
  [0x800002ae, 'KAR', 'Karura Network'],
665
668
  [0x800002b0, 'CET', 'CoinEx Chain'],
666
669
  [0x800002ba, 'VEIL', 'Veil'],
667
670
  [0x800002bb, 'GIO', 'Gio'],
668
671
  [0x800002bc, 'XDAI', 'xDai'],
672
+ [0x800002bd, 'COM', 'Commercio.network'],
669
673
  [0x800002c3, 'MCOIN', 'Moneta Coin'],
670
674
  [0x800002c7, 'CHC', 'Chaincoin'],
671
675
  [0x800002c8, 'SERF', 'Serfnet'],
@@ -722,6 +726,7 @@ module.exports = [
722
726
  [0x8000034f, 'PEPS', 'PEPS Coin'],
723
727
  [0x80000350, 'BIR', 'Birake'],
724
728
  [0x80000351, 'MOBIC', 'MobilityCoin'],
729
+ [0x80000352, 'FLS', 'Flits'],
725
730
  [0x80000354, 'DSM', 'Desmos'],
726
731
  [0x80000355, 'PRCY', 'PRCY Coin'],
727
732
  [0x80000362, 'MOB', 'MobileCoin'],
@@ -783,6 +788,7 @@ module.exports = [
783
788
  [0x80000469, 'DFI', 'DeFiChain'],
784
789
  [0x80000471, '$DAG', 'Constellation Labs'],
785
790
  [0x80000479, 'CDY', 'Bitcoin Candy'],
791
+ [0x80000483, 'EFI', 'Efinity'],
786
792
  [0x80000492, 'HOO', 'Hoo Smart Chain'],
787
793
  [0x800004d2, 'ALPH', 'Alephium'],
788
794
  [0x800004d5, '', 'Nostr'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "120.0.0",
3
+ "version": "123.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"