bip44-constants 232.0.0 → 234.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
@@ -763,6 +763,7 @@ module.exports = [
763
763
  [0x80000350, 'BIR', 'Birake'],
764
764
  [0x80000351, 'MOBIC', 'MobilityCoin'],
765
765
  [0x80000352, 'FLS', 'Flits'],
766
+ [0x80000353, 'FRECO', 'Freco'],
766
767
  [0x80000354, 'DSM', 'Desmos'],
767
768
  [0x80000355, 'PRCY', 'PRCY Coin'],
768
769
  [0x8000035a, 'HVH', 'HAVAH'],
@@ -785,6 +786,7 @@ module.exports = [
785
786
  [0x8000038b, 'FIS', 'StaFi'],
786
787
  [0x8000038d, 'SGE', 'Saage'],
787
788
  [0x8000038f, 'GERT', 'Gert'],
789
+ [0x80000391, 'VARA', 'Vara Network'],
788
790
  [0x80000394, 'META', 'Metadium'],
789
791
  [0x80000395, 'FRA', 'Findora'],
790
792
  [0x80000397, 'CCD', 'Concordium'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "232.0.0",
3
+ "version": "234.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",