bip44-constants 83.0.0 → 87.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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -166,7 +166,7 @@ module.exports = [
166
166
  [0x800000a2, 'BCO', 'Bridgecoin'],
167
167
  [0x800000a3, 'ELLA', 'Ellaism'],
168
168
  [0x800000a4, 'PIRL', 'Pirl'],
169
- [0x800000a5, 'NANO', 'Nano'],
169
+ [0x800000a5, 'XNO', 'Nano'],
170
170
  [0x800000a6, 'VIVO', 'Vivo'],
171
171
  [0x800000a7, 'FRST', 'Firstcoin'],
172
172
  [0x800000a8, 'HNC', 'Helleniccoin'],
@@ -623,6 +623,7 @@ 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'],
@@ -671,6 +672,7 @@ module.exports = [
671
672
  [0x80000328, 'QVT', 'Qvolta'],
672
673
  [0x8000032b, 'DVPN', 'Sentinel'],
673
674
  [0x80000332, 'VET', 'VeChain Token'],
675
+ [0x80000333, 'REEF', 'Reef'],
674
676
  [0x80000334, 'CLO', 'Callisto'],
675
677
  [0x80000336, 'BDB', 'BigchainDB'],
676
678
  [0x8000033c, 'CCN', 'ComputeCoin'],
@@ -766,6 +768,7 @@ module.exports = [
766
768
  [0x800006fd, 'VEGA', 'Vega Protocol'],
767
769
  [0x80000717, 'ADA', 'Cardano'],
768
770
  [0x80000743, 'TES', 'Teslacoin'],
771
+ [0x80000760, 'ZTX', 'Zetrix'],
769
772
  [0x8000076b, 'XEC', 'eCash token'],
770
773
  [0x8000076d, 'CLC', 'Classica'],
771
774
  [0x8000077f, 'VIPS', 'VIPSTARCOIN'],
@@ -911,6 +914,7 @@ module.exports = [
911
914
  [0x8050544e, 'PTN', 'PalletOne'],
912
915
  [0x8057414e, 'WAN', 'Wanchain'],
913
916
  [0x80579bfc, 'WAVES', 'Waves'],
917
+ [0x8063726d, 'CRM', 'Creamcoin'],
914
918
  [0x8073656d, 'SEM', 'Semux'],
915
919
  [0x80737978, 'ION', 'ION'],
916
920
  [0x8076adf1, 'FCT', 'FirmaChain'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "83.0.0",
3
+ "version": "87.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"