bip44-constants 172.0.0 → 174.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
@@ -782,6 +782,7 @@ module.exports = [
782
782
  [0x800003c8, 'UNW', 'UNW'],
783
783
  [0x800003ca, 'TWINS', 'TWINS'],
784
784
  [0x800003d1, 'TLOS', 'Telos'],
785
+ [0x800003d5, 'TAFECO', 'Taf ECO Chain'],
785
786
  [0x800003d9, 'AU', 'Autonomy'],
786
787
  [0x800003db, 'VCG', 'VipCoin'],
787
788
  [0x800003dc, 'XAZAB', 'Xazab core'],
@@ -879,6 +880,7 @@ module.exports = [
879
880
  [0x800007e6, 'XHT', 'Xinghuo Token'],
880
881
  [0x80000800, 'MCASH', 'MCashChain'],
881
882
  [0x80000801, 'TRUE', 'TrueChain'],
883
+ [0x8000083d, 'SAMA', 'Exosama Network'],
882
884
  [0x80000840, 'IoTE', 'IoTE'],
883
885
  [0x80000859, 'XRG', 'Ergon'],
884
886
  [0x80000888, 'CHZ', 'Chiliz'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "172.0.0",
3
+ "version": "174.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",