@orderly.network/hooks 1.0.28-alpha.4 → 1.0.28-alpha.6

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
@@ -23,7 +23,7 @@ declare global {
23
23
  };
24
24
  }
25
25
  }
26
- declare const _default: "1.0.28-alpha.4";
26
+ declare const _default: "1.0.28-alpha.6";
27
27
 
28
28
  declare type useQueryOptions<T> = SWRConfiguration & {
29
29
  formatter?: (data: any) => T;
package/dist/index.d.ts CHANGED
@@ -23,7 +23,7 @@ declare global {
23
23
  };
24
24
  }
25
25
  }
26
- declare const _default: "1.0.28-alpha.4";
26
+ declare const _default: "1.0.28-alpha.6";
27
27
 
28
28
  declare type useQueryOptions<T> = SWRConfiguration & {
29
29
  formatter?: (data: any) => T;
package/dist/index.js CHANGED
@@ -28,9 +28,9 @@ var useSWRSubscription__default = /*#__PURE__*/_interopDefault(useSWRSubscriptio
28
28
  // src/version.ts
29
29
  if (typeof window !== "undefined") {
30
30
  window.__ORDERLY_VERSION__ = window.__ORDERLY_VERSION__ || {};
31
- window.__ORDERLY_VERSION__["@orderly.network/hooks"] = "1.0.28-alpha.4";
31
+ window.__ORDERLY_VERSION__["@orderly.network/hooks"] = "1.0.28-alpha.6";
32
32
  }
33
- var version_default = "1.0.28-alpha.4";
33
+ var version_default = "1.0.28-alpha.6";
34
34
  var fetcher = (url, init = {}, queryOptions) => net.get(url, init, queryOptions?.formatter);
35
35
  var OrderlyContext = React.createContext({
36
36
  // configStore: new MemoryConfigStore(),
@@ -3723,8 +3723,8 @@ var useWooSwapQuery = () => {
3723
3723
  return;
3724
3724
  start();
3725
3725
  const params = {
3726
- // src_network: inputs.srcNetwork,
3727
- network: "arbitrum",
3726
+ network: inputs.srcNetwork,
3727
+ // network: "arbitrum",
3728
3728
  from_token: inputs.srcToken,
3729
3729
  to_token: inputs.dstToken,
3730
3730
  //account.assetsManager.usdcAddress,