@orderly.network/hooks 0.0.98 → 0.0.99

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
@@ -286,6 +286,7 @@ type WithdrawInputs = {
286
286
  chainId: number;
287
287
  token: string;
288
288
  amount: number;
289
+ allowCrossChainWithdraw: boolean;
289
290
  };
290
291
  interface WithdrawReturns {
291
292
  maxAmount: number;
package/dist/index.d.ts CHANGED
@@ -286,6 +286,7 @@ type WithdrawInputs = {
286
286
  chainId: number;
287
287
  token: string;
288
288
  amount: number;
289
+ allowCrossChainWithdraw: boolean;
289
290
  };
290
291
  interface WithdrawReturns {
291
292
  maxAmount: number;