bip44-constants 376.0.0 → 377.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
@@ -1043,6 +1043,7 @@ module.exports = [
1043
1043
  [0x80000de0, 'DEO', 'Destocoin'],
1044
1044
  [0x80000dec, 'DST', 'DeStream'],
1045
1045
  [0x80000e11, 'CY', 'Cybits'],
1046
+ [0x80000e2e, 'EPPIE', 'Eppie'],
1046
1047
  [0x80000ead, 'MPC', 'Partisia Blockchain'],
1047
1048
  [0x80000f00, 'RED', 'ReDeFi RED'],
1048
1049
  [0x80000fc8, 'FC8', 'FCH Network'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "376.0.0",
3
+ "version": "377.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",