bip44-constants 396.0.0 → 398.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 +3 -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'],
@@ -1106,6 +1108,7 @@ module.exports = [
1106
1108
  [0x8000181e, 'MOI', 'My Own Internet'],
1107
1109
  [0x80001886, 'STEAMX', 'Rails Network Mainnet'],
1108
1110
  [0x800018a6, 'VRL', 'Virel Protocol'],
1111
+ [0x800018ef, 'NEUE', 'Dap'],
1109
1112
  [0x80001984, 'UM', 'Penumbra'],
1110
1113
  [0x800019c7, 'RSC', 'Royal Sports City'],
1111
1114
  [0x80001a0a, 'BPA', 'Bitcoin Pizza'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "396.0.0",
3
+ "version": "398.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",