@pear-protocol/symmio-client 0.2.20 → 0.2.21
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/react/index.mjs
CHANGED
|
@@ -24713,7 +24713,8 @@ function useSymmPositions(params) {
|
|
|
24713
24713
|
console.log({ result });
|
|
24714
24714
|
return result;
|
|
24715
24715
|
},
|
|
24716
|
-
enabled
|
|
24716
|
+
enabled,
|
|
24717
|
+
refetchInterval: params.query?.refetchInterval ?? 3e3
|
|
24717
24718
|
});
|
|
24718
24719
|
}
|
|
24719
24720
|
function useSymmOpenOrders(params) {
|