bip44-constants 150.0.0 → 151.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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -564,7 +564,7 @@ module.exports = [
564
564
  [0x80000230, 'DEAL', 'DEAL'],
565
565
  [0x80000231, 'NTY', 'Nexty'],
566
566
  [0x80000232, 'TOP', 'TOP NetWork'],
567
- [0x80000233, 'STARS', 'Stargaze'],
567
+ [0x80000233, '---', 'reserved'],
568
568
  [0x80000234, 'AG', 'Agoric'],
569
569
  [0x80000235, 'CICO', 'Coinicles'],
570
570
  [0x80000236, 'IRIS', 'Irisnet'],
@@ -773,6 +773,7 @@ module.exports = [
773
773
  [0x800003dc, 'XAZAB', 'Xazab core'],
774
774
  [0x800003dd, 'AIOZ', 'AIOZ'],
775
775
  [0x800003df, 'PEC', 'Phoenix'],
776
+ [0x800003e0, 'UNT', 'Unit'],
776
777
  [0x800003e1, 'XRB', 'X Currency'],
777
778
  [0x800003e2, 'QUAI', 'Quai Network'],
778
779
  [0x800003e4, 'OKT', 'OKChain Token'],
@@ -917,6 +918,7 @@ module.exports = [
917
918
  [0x80002093, 'BTQ', 'BitcoinQuark'],
918
919
  [0x800020fc, 'XCH', 'Chia'],
919
920
  [0x80002148, '---', 'reserved'],
921
+ [0x800021e8, 'PLMNT', 'Planetmint'],
920
922
  [0x800022b8, 'SBTC', 'Super Bitcoin'],
921
923
  [0x80002304, 'NULS', 'NULS'],
922
924
  [0x80002327, 'BTP', 'Bitcoin Pay'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "150.0.0",
3
+ "version": "151.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"