@1delta/data-sdk 0.0.16 → 0.0.17

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/dist/lending.d.ts CHANGED
@@ -148,9 +148,13 @@ type EulerConfigsType = {
148
148
  [chainId: string]: EulerConfigEntry;
149
149
  };
150
150
  };
151
+ type EulerVaultEntry = {
152
+ underlying: string;
153
+ vault: string;
154
+ };
151
155
  type EulerVaultsType = {
152
156
  [fork: string]: {
153
- [chainId: string]: string[];
157
+ [chainId: string]: EulerVaultEntry[];
154
158
  };
155
159
  };
156
160
  /** Override datas used in the SDK - works across all module instances */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.0.16",
7
+ "version": "0.0.17",
8
8
  "description": "Hold and initialize lending protocol data across a stack",
9
9
  "files": [
10
10
  "dist"