@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.
@@ -24606,6 +24606,7 @@ function useSymmPositions(params) {
24606
24606
  }),
24607
24607
  enabled: internalEnabled && (params.query?.enabled ?? true)
24608
24608
  });
24609
+ console.log("positions query", { query });
24609
24610
  return {
24610
24611
  positions: query.data?.data?.positions ?? [],
24611
24612
  isLoading: query.isLoading,