bip44-constants 85.0.0 → 89.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 +5 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -623,9 +623,11 @@ module.exports = [
623
623
  [0x8000026b, 'DEI', 'DeimosX'],
624
624
  [0x8000026c, 'AXL', 'Axelar'],
625
625
  [0x8000026d, 'ZERO', 'Singularity'],
626
+ [0x8000026f, 'BDCASH', 'BDCash Protocol'],
626
627
  [0x80000270, 'NOBL', 'Nobility'],
627
628
  [0x80000271, 'EAST', 'Eastcoin'],
628
629
  [0x80000274, 'LORE', 'Gitopia'],
630
+ [0x80000275, 'FNR', 'Fincor'],
629
631
  [0x8000027f, 'BTSG', 'BitSong'],
630
632
  [0x80000280, 'LFC', 'Leofcoin'],
631
633
  [0x80000283, 'AZERO', 'Aleph Zero'],
@@ -671,6 +673,7 @@ module.exports = [
671
673
  [0x80000328, 'QVT', 'Qvolta'],
672
674
  [0x8000032b, 'DVPN', 'Sentinel'],
673
675
  [0x80000332, 'VET', 'VeChain Token'],
676
+ [0x80000333, 'REEF', 'Reef'],
674
677
  [0x80000334, 'CLO', 'Callisto'],
675
678
  [0x80000336, 'BDB', 'BigchainDB'],
676
679
  [0x8000033c, 'CCN', 'ComputeCoin'],
@@ -728,6 +731,7 @@ module.exports = [
728
731
  [0x800003ea, 'BKT', 'BanKitt'],
729
732
  [0x800003eb, 'NODL', 'Nodle'],
730
733
  [0x800003ef, 'FTM', 'Fantom'],
734
+ [0x800003f0, 'RPG', 'RPG'],
731
735
  [0x800003f2, 'HT', 'Huobi ECO Chain'],
732
736
  [0x800003f3, 'ELV', 'Eluvio'],
733
737
  [0x800003f5, 'BIC', 'Beincrypto'],
@@ -912,6 +916,7 @@ module.exports = [
912
916
  [0x8050544e, 'PTN', 'PalletOne'],
913
917
  [0x8057414e, 'WAN', 'Wanchain'],
914
918
  [0x80579bfc, 'WAVES', 'Waves'],
919
+ [0x8063726d, 'CRM', 'Creamcoin'],
915
920
  [0x8073656d, 'SEM', 'Semux'],
916
921
  [0x80737978, 'ION', 'ION'],
917
922
  [0x8076adf1, 'FCT', 'FirmaChain'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "85.0.0",
3
+ "version": "89.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"