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}`);
|