bip44-constants 378.0.0 → 379.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
@@ -1005,6 +1005,7 @@ module.exports = [
1005
1005
  [0x8000083d, 'SAMA', 'Exosama Network'],
1006
1006
  [0x80000840, 'IoTE', 'IoTE'],
1007
1007
  [0x80000849, 'CBTC', 'Coordinate BTC (Anduro)'],
1008
+ [0x8000084a, 'QBTC', 'Quasar BTC (Anduro)'],
1008
1009
  [0x8000084d, 'BAY', 'BitBay'],
1009
1010
  [0x80000859, 'XRG', 'Ergon'],
1010
1011
  [0x80000897, 'SAMA', 'Moonsama Network'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "378.0.0",
3
+ "version": "379.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",