@dripfi/drip-sdk 1.4.24 → 1.4.26

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
@@ -478,7 +478,7 @@ type SpecialEditionLoyaltyCard = {
478
478
  id: string;
479
479
  name: string;
480
480
  boost: number;
481
- projects: string[];
481
+ projects: number[];
482
482
  startDate: Date;
483
483
  endDate: Date;
484
484
  };
@@ -12,5 +12,6 @@ type MyPerqData = VaultData & MyPerqBalance & {
12
12
  btcPrice: number;
13
13
  distributionType: VaultType;
14
14
  projectTvl: number;
15
+ projectPeakTvlUsd: number;
15
16
  };
16
17
  export default MyPerqData;
@@ -2,7 +2,7 @@ type SpecialEditionLoyaltyCard = {
2
2
  id: string;
3
3
  name: string;
4
4
  boost: number;
5
- projects: string[];
5
+ projects: number[];
6
6
  startDate: string;
7
7
  endDate: string;
8
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dripfi/drip-sdk",
3
- "version": "1.4.24",
3
+ "version": "1.4.26",
4
4
  "description": "Drip SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",