bip44-constants 383.0.0 → 384.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
@@ -743,6 +743,7 @@ module.exports = [
743
743
  [0x800002e4, 'MDC', 'MyDataCoin'],
744
744
  [0x800002e5, 'RIV', 'Rigvid'],
745
745
  [0x800002e6, 'LTO', 'LTO Network'],
746
+ [0x800002e7, 'LKY', 'LuckyCoin'],
746
747
  [0x800002e8, 'DUSK', 'Dusk'],
747
748
  [0x800002eb, 'CFG', 'Centrifuge'],
748
749
  [0x800002ee, 'XPRT', 'Persistence'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "383.0.0",
3
+ "version": "384.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",