bip44-constants 160.0.0 → 161.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 +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -635,6 +635,7 @@ module.exports = [
635
635
  [0x80000277, 'QTZ', 'Quartz'],
636
636
  [0x80000278, 'XMA', 'Massa'],
637
637
  [0x80000279, 'CALL', 'Callchain'],
638
+ [0x8000027a, 'VAL', 'Validity'],
638
639
  [0x8000027b, 'POKT', 'Pocket Network'],
639
640
  [0x8000027c, 'EMIT', 'EMIT'],
640
641
  [0x8000027d, 'APTOS', 'Aptos'],
@@ -740,6 +741,7 @@ module.exports = [
740
741
  [0x80000352, 'FLS', 'Flits'],
741
742
  [0x80000354, 'DSM', 'Desmos'],
742
743
  [0x80000355, 'PRCY', 'PRCY Coin'],
744
+ [0x8000035a, 'HVH', 'HAVAH'],
743
745
  [0x80000362, 'MOB', 'MobileCoin'],
744
746
  [0x80000364, 'IF', 'Infinitefuture'],
745
747
  [0x80000370, 'LUM', 'Lum Network'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "160.0.0",
3
+ "version": "161.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"