@dripfi/drip-sdk 1.4.22 → 1.4.23

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.
package/README.md CHANGED
@@ -395,6 +395,7 @@ type MyPerqData = VaultData & MyPerqBalance {
395
395
  ethPrice: number;
396
396
  btcPrice: number;
397
397
  distributionType: VaultType;
398
+ projectTvl: number;
398
399
  };
399
400
 
400
401
  type NFTBoost = {
@@ -11,5 +11,6 @@ type MyPerqData = VaultData & MyPerqBalance & {
11
11
  ethPrice: number;
12
12
  btcPrice: number;
13
13
  distributionType: VaultType;
14
+ projectTvl: number;
14
15
  };
15
16
  export default MyPerqData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dripfi/drip-sdk",
3
- "version": "1.4.22",
3
+ "version": "1.4.23",
4
4
  "description": "Drip SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",