bip44-constants 135.0.0 → 138.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
@@ -668,6 +668,7 @@ module.exports = [
668
668
  [0x800002ae, 'KAR', 'Karura Network'],
669
669
  [0x800002b0, 'CET', 'CoinEx Chain'],
670
670
  [0x800002b2, 'KLV', 'KleverChain'],
671
+ [0x800002b6, 'VTBC', 'VTB Community'],
671
672
  [0x800002ba, 'VEIL', 'Veil'],
672
673
  [0x800002bb, 'GIO', 'Gio'],
673
674
  [0x800002bc, 'XDAI', 'xDai'],
@@ -767,6 +768,7 @@ module.exports = [
767
768
  [0x800003dd, 'AIOZ', 'AIOZ'],
768
769
  [0x800003df, 'PEC', 'Phoenix'],
769
770
  [0x800003e1, 'XRB', 'X Currency'],
771
+ [0x800003e2, 'QUAI', 'Quai Network'],
770
772
  [0x800003e4, 'OKT', 'OKChain Token'],
771
773
  [0x800003e5, 'SUM', 'Solidum'],
772
774
  [0x800003e6, 'LBTC', 'Lightning Bitcoin'],
@@ -886,7 +888,7 @@ module.exports = [
886
888
  [0x800014e9, 'HNS', 'Handshake'],
887
889
  [0x8000151c, 'ISK', 'ISKRA'],
888
890
  [0x800015b3, 'FUND', 'Unification'],
889
- [0x8000167d, 'STX', 'Blockstack'],
891
+ [0x8000167d, 'STX', 'Stacks'],
890
892
  [0x80001707, 'VOW', 'VowChain VOW'],
891
893
  [0x80001720, 'SLU', 'SILUBIUM'],
892
894
  [0x800017ac, 'GO', 'GoChain GO'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "135.0.0",
3
+ "version": "138.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js"