impermax-sdk 2.1.69 → 2.1.70

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.
@@ -21,6 +21,7 @@ type VaultDayData = {
21
21
  timestamp: string;
22
22
  timestampUTC: string;
23
23
  vault: string;
24
+ tvlUSD: string;
24
25
  };
25
26
  export default class OffchainVault extends OffchainPoolToken {
26
27
  private readonly offchain;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.69",
3
+ "version": "2.1.70",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",