bip44-constants 372.0.0 → 373.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
@@ -903,6 +903,7 @@ module.exports = [
903
903
  [0x80000404, 'PLS', 'Pulse Coin'],
904
904
  [0x80000408, 'BTCR', 'BTCR'],
905
905
  [0x80000412, 'MFID', 'Moonfish ID'],
906
+ [0x8000044c, 'CROSS', 'Cross Chain'],
906
907
  [0x80000457, 'BBC', 'Big Bitcoin'],
907
908
  [0x8000045c, 'CORE', 'Core'],
908
909
  [0x80000460, 'RISE', 'RISE'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "372.0.0",
3
+ "version": "373.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",