bip44-constants 82.0.0 → 86.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'],
@@ -654,6 +655,7 @@ module.exports = [
654
655
  [0x800002cc, 'DLN', 'Delion'],
655
656
  [0x800002d5, 'MCX', 'MultiCash'],
656
657
  [0x800002db, 'BMK', 'Bitmark'],
658
+ [0x800002de, 'DENTX', 'DENTNet'],
657
659
  [0x800002e1, 'ATOP', '[Financial Blockchain]'],
658
660
  [0x800002eb, 'RAD', 'Centrifuge'],
659
661
  [0x800002ee, 'XPRT', 'Persistence'],
@@ -765,6 +767,7 @@ module.exports = [
765
767
  [0x800006fd, 'VEGA', 'Vega Protocol'],
766
768
  [0x80000717, 'ADA', 'Cardano'],
767
769
  [0x80000743, 'TES', 'Teslacoin'],
770
+ [0x80000760, 'ZTX', 'Zetrix'],
768
771
  [0x8000076b, 'XEC', 'eCash token'],
769
772
  [0x8000076d, 'CLC', 'Classica'],
770
773
  [0x8000077f, 'VIPS', 'VIPSTARCOIN'],
@@ -910,6 +913,7 @@ module.exports = [
910
913
  [0x8050544e, 'PTN', 'PalletOne'],
911
914
  [0x8057414e, 'WAN', 'Wanchain'],
912
915
  [0x80579bfc, 'WAVES', 'Waves'],
916
+ [0x8063726d, 'CRM', 'Creamcoin'],
913
917
  [0x8073656d, 'SEM', 'Semux'],
914
918
  [0x80737978, 'ION', 'ION'],
915
919
  [0x8076adf1, 'FCT', 'FirmaChain'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "82.0.0",
3
+ "version": "86.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"