timelock-sdk 0.0.94 → 0.0.95
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-S6cJb7ZQ.d.ts → client-BSZsqyLp.d.ts} +108 -108
- package/dist/client.cjs +1 -0
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.js +1 -0
- package/dist/client.js.map +1 -1
- package/dist/package.d.ts +1 -1
- package/package.json +1 -1
package/dist/client.cjs
CHANGED
|
@@ -943,6 +943,7 @@ const useSetOperatorPerms = (marketAddr) => {
|
|
|
943
943
|
address.toLowerCase(),
|
|
944
944
|
marketAddr.toLowerCase()
|
|
945
945
|
] });
|
|
946
|
+
queryClient.invalidateQueries({ queryKey: ["readContract"] });
|
|
946
947
|
return hash;
|
|
947
948
|
};
|
|
948
949
|
return (0, __tanstack_react_query.useMutation)({ mutationFn: setOperatorPerms });
|