@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.js
CHANGED
|
@@ -24715,7 +24715,8 @@ function useSymmPositions(params) {
|
|
|
24715
24715
|
console.log({ result });
|
|
24716
24716
|
return result;
|
|
24717
24717
|
},
|
|
24718
|
-
enabled
|
|
24718
|
+
enabled,
|
|
24719
|
+
refetchInterval: params.query?.refetchInterval ?? 3e3
|
|
24719
24720
|
});
|
|
24720
24721
|
}
|
|
24721
24722
|
function useSymmOpenOrders(params) {
|