@qidao/sdk 5.1.72 → 5.1.73
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/src/constants.d.ts +5 -0
- package/dist/src/vaultInfo.d.ts +2 -2
- package/package.json +1 -1
package/dist/src/constants.d.ts
CHANGED
|
@@ -267,6 +267,11 @@ export declare const TOKEN_DESCRIPTIONS: {
|
|
|
267
267
|
logo: string;
|
|
268
268
|
name: string;
|
|
269
269
|
};
|
|
270
|
+
gns: {
|
|
271
|
+
shortDescription: string;
|
|
272
|
+
logo: string;
|
|
273
|
+
name: string;
|
|
274
|
+
};
|
|
270
275
|
};
|
|
271
276
|
export declare const WFTM_ADDRESS = "0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83";
|
|
272
277
|
export declare const STETH_ADDRESS = "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84";
|
package/dist/src/vaultInfo.d.ts
CHANGED
|
@@ -117938,10 +117938,10 @@ declare const MATIC_COLLATERALS: ({
|
|
|
117938
117938
|
readonly type: "function";
|
|
117939
117939
|
}];
|
|
117940
117940
|
version: 2;
|
|
117941
|
-
|
|
117941
|
+
fallbackUnderlyingAddress: string;
|
|
117942
|
+
underlyingIds: ("daidai" | "gns")[];
|
|
117942
117943
|
subgraph?: undefined;
|
|
117943
117944
|
depreciated?: undefined;
|
|
117944
|
-
fallbackUnderlyingAddress?: undefined;
|
|
117945
117945
|
aaveId?: undefined;
|
|
117946
117946
|
snapshotName?: undefined;
|
|
117947
117947
|
disabled?: undefined;
|