@orderly.network/core 2.5.3 → 2.6.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
@@ -782,6 +782,7 @@ declare class Assets {
782
782
  vaultAddress?: string;
783
783
  /** token amount */
784
784
  amount?: string;
785
+ isSetMaxValue?: boolean;
785
786
  /** token decimals on chain, default is 18 */
786
787
  decimals: number;
787
788
  }): Promise<any>;
package/dist/index.d.ts CHANGED
@@ -782,6 +782,7 @@ declare class Assets {
782
782
  vaultAddress?: string;
783
783
  /** token amount */
784
784
  amount?: string;
785
+ isSetMaxValue?: boolean;
785
786
  /** token decimals on chain, default is 18 */
786
787
  decimals: number;
787
788
  }): Promise<any>;