@pear-protocol/symmio-client 0.2.11 → 0.2.12
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
|
@@ -24608,6 +24608,7 @@ function useSymmPositions(params) {
|
|
|
24608
24608
|
}),
|
|
24609
24609
|
enabled: internalEnabled && (params.query?.enabled ?? true)
|
|
24610
24610
|
});
|
|
24611
|
+
console.log("positions query", { query });
|
|
24611
24612
|
return {
|
|
24612
24613
|
positions: query.data?.data?.positions ?? [],
|
|
24613
24614
|
isLoading: query.isLoading,
|