bip44-constants 217.0.0 → 218.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 +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1012,8 +1012,9 @@ module.exports = [
1012
1012
  [0x80004ae1, 'RITO', 'Ritocoin'],
1013
1013
  [0x80004e44, 'XND', 'ndau'],
1014
1014
  [0x8000520c, 'C4EI', 'c4ei'],
1015
- [0x80005580, 'PCT', 'Pactus'],
1015
+ [0x80005580, 'PAC', 'Pactus'],
1016
1016
  [0x800057e8, 'PWR', 'PWRcoin'],
1017
+ [0x800059d8, 'EPIC', 'Epic Cash'],
1017
1018
  [0x800062a4, 'BELL', 'Bellcoin'],
1018
1019
  [0x80006476, 'CHX', 'Own'],
1019
1020
  [0x80007227, 'NEXA', 'Nexa'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "217.0.0",
3
+ "version": "218.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",