bip44-constants 273.0.0 → 275.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
@@ -755,6 +755,7 @@ module.exports = [
755
755
  [0x80000333, 'REEF', 'Reef'],
756
756
  [0x80000334, 'CLO', 'Callisto'],
757
757
  [0x80000336, 'BDB', 'BigchainDB'],
758
+ [0x80000338, 'RBNT', 'Redbelly Network'],
758
759
  [0x8000033b, 'ACE', 'Endurance'],
759
760
  [0x8000033c, 'CCN', 'ComputeCoin'],
760
761
  [0x8000033d, 'BBA', 'BBACHAIN'],
@@ -816,6 +817,7 @@ module.exports = [
816
817
  [0x800003c0, 'VKAX', 'Vkax'],
817
818
  [0x800003c6, 'MATIC', 'Matic'],
818
819
  [0x800003c8, 'UNW', 'UNW'],
820
+ [0x800003c9, 'QI', 'Quai Network'],
819
821
  [0x800003ca, 'TWINS', 'TWINS'],
820
822
  [0x800003d1, 'TLOS', 'Telos'],
821
823
  [0x800003d5, 'TAFECO', 'Taf ECO Chain'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "273.0.0",
3
+ "version": "275.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",