Skip to content

Commit

Permalink
re-enable txs refetch
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Sep 14, 2024
1 parent e13d4cf commit 13abe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/src/hooks/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function useSafeTransactions(safe: SafeDefinition | null) {
if (!safe) return;
return axios.get<CannonSafeTransaction[]>(`${stagingUrl}/${safe.chainId}/${safe.address}`);
},
// refetchInterval: 10000,
refetchInterval: 10000,
});

const nonceQuery = useReadContract({
Expand Down

0 comments on commit 13abe12

Please sign in to comment.