bip44-constants 390.0.0 → 391.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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -827,6 +827,7 @@ module.exports = [
827
827
  [0x80000353, 'FRECO', 'Freco'],
828
828
  [0x80000354, 'DSM', 'Desmos'],
829
829
  [0x80000355, 'PRCY', 'PRCY Coin'],
830
+ [0x80000358, 'TB', 'TBCoin'],
830
831
  [0x8000035a, 'HVH', 'HAVAH'],
831
832
  [0x8000035c, 'XBIT', 'XBIT Coin'],
832
833
  [0x80000360, 'CVM', 'Convex'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bip44-constants",
3
- "version": "390.0.0",
3
+ "version": "391.0.0",
4
4
  "description": "Bitcoin BIP44 constants.",
5
5
  "files": [
6
6
  "index.js",