bip44-constants 149.0.0 → 152.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 +6 -2
  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'],
@@ -709,7 +709,7 @@ module.exports = [
709
709
  [0x80000328, 'QVT', 'Qvolta'],
710
710
  [0x80000329, 'SDN', 'Shiden Network'],
711
711
  [0x8000032a, 'ASTR', 'Astar Network'],
712
- [0x8000032b, 'DVPN', 'Sentinel'],
712
+ [0x8000032b, '---', 'reserved'],
713
713
  [0x8000032d, 'MEER', 'Qitmeer'],
714
714
  [0x80000332, 'VET', 'VeChain Token'],
715
715
  [0x80000333, 'REEF', 'Reef'],
@@ -763,6 +763,7 @@ module.exports = [
763
763
  [0x800003ae, 'YCN', 'Yilacoin'],
764
764
  [0x800003bb, 'LTP', 'LifetionCoin'],
765
765
  [0x800003be, '', 'KickSoccer'],
766
+ [0x800003c0, 'VKAX', 'Vkax'],
766
767
  [0x800003c6, 'MATIC', 'Matic'],
767
768
  [0x800003c8, 'UNW', 'UNW'],
768
769
  [0x800003ca, 'TWINS', 'TWINS'],
@@ -772,6 +773,7 @@ module.exports = [
772
773
  [0x800003dc, 'XAZAB', 'Xazab core'],
773
774
  [0x800003dd, 'AIOZ', 'AIOZ'],
774
775
  [0x800003df, 'PEC', 'Phoenix'],
776
+ [0x800003e0, 'UNT', 'Unit'],
775
777
  [0x800003e1, 'XRB', 'X Currency'],
776
778
  [0x800003e2, 'QUAI', 'Quai Network'],
777
779
  [0x800003e4, 'OKT', 'OKChain Token'],
@@ -907,6 +909,7 @@ module.exports = [
907
909
  [0x80001a7b, 'COTI', 'COTI'],
908
910
  [0x80001b39, 'ROGER', 'TheHolyrogerCoin'],
909
911
  [0x80001bb3, 'TOPL', 'Topl'],
912
+ [0x80001ca3, 'KLY', 'KLYNTAR'],
910
913
  [0x80001cad, 'SHFT', 'Shyft'],
911
914
  [0x80001e61, 'BTV', 'Bitvote'],
912
915
  [0x80001f40, 'SKY', 'Skycoin'],
@@ -916,6 +919,7 @@ module.exports = [
916
919
  [0x80002093, 'BTQ', 'BitcoinQuark'],
917
920
  [0x800020fc, 'XCH', 'Chia'],
918
921
  [0x80002148, '---', 'reserved'],
922
+ [0x800021e8, 'PLMNT', 'Planetmint'],
919
923
  [0x800022b8, 'SBTC', 'Super Bitcoin'],
920
924
  [0x80002304, 'NULS', 'NULS'],
921
925
  [0x80002327, 'BTP', 'Bitcoin Pay'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "149.0.0",
3
+ "version": "152.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"