bip44-constants 137.0.0 → 138.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
@@ -768,6 +768,7 @@ module.exports = [
768
768
  [0x800003dd, 'AIOZ', 'AIOZ'],
769
769
  [0x800003df, 'PEC', 'Phoenix'],
770
770
  [0x800003e1, 'XRB', 'X Currency'],
771
+ [0x800003e2, 'QUAI', 'Quai Network'],
771
772
  [0x800003e4, 'OKT', 'OKChain Token'],
772
773
  [0x800003e5, 'SUM', 'Solidum'],
773
774
  [0x800003e6, 'LBTC', 'Lightning Bitcoin'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "137.0.0",
3
+ "version": "138.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"