impermax-sdk 2.1.145 → 2.1.147

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.
@@ -132,7 +132,7 @@ class OffchainVault extends offchainPoolToken_1.default {
132
132
  return null;
133
133
  }
134
134
  try {
135
- this.vaultDayData = await fetch(api.concat('vaults/', vaultAddress)).then((i) => i.json());
135
+ this.vaultDayData = await fetch(api.concat('vaults/charts/', vaultAddress)).then((i) => i.json());
136
136
  }
137
137
  catch (err) {
138
138
  console.log(`No vault data found for ${vaultAddress} on ${network}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.145",
3
+ "version": "2.1.147",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",