timelock-sdk 0.0.250 → 0.0.251

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/client.cjs CHANGED
@@ -1800,6 +1800,7 @@ const useMintPerp = (marketAddr) => {
1800
1800
  strikeTick: validStrikeTick
1801
1801
  });
1802
1802
  await sleep(200);
1803
+ refetchOperators();
1803
1804
  queryClient.invalidateQueries({ queryKey: ["userOptions"] });
1804
1805
  queryClient.invalidateQueries({ queryKey: ["userOptions"] });
1805
1806
  queryClient.invalidateQueries({ queryKey: ["readContract"] });