bip44-constants 396.0.0 → 397.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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -780,6 +780,7 @@ module.exports = [
780
780
  [0x80000317, 'SOMA', 'Soma'],
781
781
  [0x8000031a, 'INTR', 'Interlay'],
782
782
  [0x8000031b, 'KINT', 'Kintsugi'],
783
+ [0x8000031d, 'MVRX', 'Muvor ERP'],
783
784
  [0x8000031f, 'PDEX', 'Polkadex'],
784
785
  [0x80000320, 'BEET', 'Beetle Coin'],
785
786
  [0x80000321, 'DST', 'DSTRA'],
@@ -849,6 +850,7 @@ module.exports = [
849
850
  [0x80000383, 'XEC', 'eCash'],
850
851
  [0x80000384, 'LMO', 'Lumeneo'],
851
852
  [0x80000385, 'NXT', 'NxtMeta'],
853
+ [0x80000387, 'EGN', 'EGAHN Intelligence Network'],
852
854
  [0x80000388, 'HNT', 'Helium'],
853
855
  [0x8000038a, 'XPX', 'Sirius'],
854
856
  [0x8000038b, 'FIS', 'StaFi'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "396.0.0",
3
+ "version": "397.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",