@myx-trade/sdk 0.1.269 → 0.1.271-beta.0

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
@@ -773,6 +773,8 @@ interface PoolSymbolAllResponse {
773
773
  baseTokenIcon: string;
774
774
  baseToken: string;
775
775
  quoteToken: string;
776
+ baseDecimals: number;
777
+ quoteDecimals: number;
776
778
  }
777
779
 
778
780
  declare const getBaseUrlByEnv: () => "https://api-beta.myx.finance" | "https://api-test.myx.cash" | "https://api.myx.finance";
package/dist/index.d.ts CHANGED
@@ -773,6 +773,8 @@ interface PoolSymbolAllResponse {
773
773
  baseTokenIcon: string;
774
774
  baseToken: string;
775
775
  quoteToken: string;
776
+ baseDecimals: number;
777
+ quoteDecimals: number;
776
778
  }
777
779
 
778
780
  declare const getBaseUrlByEnv: () => "https://api-beta.myx.finance" | "https://api-test.myx.cash" | "https://api.myx.finance";