@myx-trade/sdk 0.1.29 → 0.1.30

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.d.mts CHANGED
@@ -423,6 +423,7 @@ interface SearchResultContractItem {
423
423
  priceChange: string;
424
424
  tvl: string;
425
425
  marketCap: string;
426
+ globalId: number;
426
427
  }
427
428
  interface SearchResultCookItem {
428
429
  chainId: ChainId;
@@ -437,6 +438,7 @@ interface SearchResultCookItem {
437
438
  marketCap: string;
438
439
  lpPrice: string;
439
440
  lpPriceChange: string;
441
+ globalId: number;
440
442
  }
441
443
  interface SearchResultEarnItem {
442
444
  chainId: ChainId;
@@ -451,6 +453,7 @@ interface SearchResultEarnItem {
451
453
  tvl: string;
452
454
  marketCap: string;
453
455
  apr: string;
456
+ globalId: number;
454
457
  }
455
458
  interface SearchResultResponse {
456
459
  earnInfo: {
package/dist/index.d.ts CHANGED
@@ -423,6 +423,7 @@ interface SearchResultContractItem {
423
423
  priceChange: string;
424
424
  tvl: string;
425
425
  marketCap: string;
426
+ globalId: number;
426
427
  }
427
428
  interface SearchResultCookItem {
428
429
  chainId: ChainId;
@@ -437,6 +438,7 @@ interface SearchResultCookItem {
437
438
  marketCap: string;
438
439
  lpPrice: string;
439
440
  lpPriceChange: string;
441
+ globalId: number;
440
442
  }
441
443
  interface SearchResultEarnItem {
442
444
  chainId: ChainId;
@@ -451,6 +453,7 @@ interface SearchResultEarnItem {
451
453
  tvl: string;
452
454
  marketCap: string;
453
455
  apr: string;
456
+ globalId: number;
454
457
  }
455
458
  interface SearchResultResponse {
456
459
  earnInfo: {
package/dist/index.js CHANGED
@@ -1827,7 +1827,7 @@ var RotationProvider = class extends import_providers.BaseProvider {
1827
1827
  // package.json
1828
1828
  var package_default = {
1829
1829
  name: "@myx-trade/sdk",
1830
- version: "0.1.29",
1830
+ version: "0.1.30",
1831
1831
  private: false,
1832
1832
  publishConfig: {
1833
1833
  access: "public"
package/dist/index.mjs CHANGED
@@ -1742,7 +1742,7 @@ var RotationProvider = class extends BaseProvider {
1742
1742
  // package.json
1743
1743
  var package_default = {
1744
1744
  name: "@myx-trade/sdk",
1745
- version: "0.1.29",
1745
+ version: "0.1.30",
1746
1746
  private: false,
1747
1747
  publishConfig: {
1748
1748
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myx-trade/sdk",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"