bip44-constants 115.0.0 → 116.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
@@ -925,6 +925,7 @@ module.exports = [
925
925
  [0x80008888, 'BTT', 'ByteTrade'],
926
926
  [0x80009468, 'FXTC', 'FixedTradeCoin'],
927
927
  [0x80009999, 'AMA', 'Amabig'],
928
+ [0x8000a455, 'FACT', 'FACT0RN'],
928
929
  [0x8000a814, 'AXIV', 'AXIV'],
929
930
  [0x8000c06e, 'EVE', 'evan.network'],
930
931
  [0x8000c0c0, 'STASH', 'STASH'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "115.0.0",
3
+ "version": "116.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"