bip44-constants 73.0.0 → 74.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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -688,6 +688,7 @@ module.exports = [
688
688
  [0x80000355, 'PRCY', 'PRCY Coin'],
689
689
  [0x80000362, 'MOB', 'MobileCoin'],
690
690
  [0x80000364, 'IF', 'Infinitefuture'],
691
+ [0x80000370, 'LUM', 'Lum Network'],
691
692
  [0x80000373, 'ZBC', 'ZooBC'],
692
693
  [0x80000376, 'ADF', 'AD Token'],
693
694
  [0x80000378, 'NEO', 'NEO'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "73.0.0",
3
+ "version": "74.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"