@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.
@@ -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";
@@ -117938,10 +117938,10 @@ declare const MATIC_COLLATERALS: ({
117938
117938
  readonly type: "function";
117939
117939
  }];
117940
117940
  version: 2;
117941
- underlyingIds: "daidai"[];
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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qidao/sdk",
3
3
  "license": "MIT",
4
- "version": "5.1.72",
4
+ "version": "5.1.73",
5
5
  "description": "🛠 An SDK for building applications on top of QiDao Protocol.",
6
6
  "main": "./dist/index.js",
7
7
  "umd:main": "dist/index.umd.js",