bip44-constants 274.0.0 → 276.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
@@ -817,6 +817,7 @@ module.exports = [
817
817
  [0x800003c0, 'VKAX', 'Vkax'],
818
818
  [0x800003c6, 'MATIC', 'Matic'],
819
819
  [0x800003c8, 'UNW', 'UNW'],
820
+ [0x800003c9, 'QI', 'Quai Network'],
820
821
  [0x800003ca, 'TWINS', 'TWINS'],
821
822
  [0x800003d1, 'TLOS', 'Telos'],
822
823
  [0x800003d5, 'TAFECO', 'Taf ECO Chain'],
@@ -1098,6 +1099,7 @@ module.exports = [
1098
1099
  [0x80018a92, 'STC', 'Starcoin'],
1099
1100
  [0x80019a91, 'STRAX', 'Strax'],
1100
1101
  [0x8001b207, 'KAS', 'Kaspa'],
1102
+ [0x8001d9f9, 'KLS', 'Karlsen'],
1101
1103
  [0x8002780b, 'APTA', 'Bloqs4Good'],
1102
1104
  [0x80030fb1, 'AKA', 'Akroma'],
1103
1105
  [0x80011000, 'GENOM', 'GENOM'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "274.0.0",
3
+ "version": "276.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",