Skip to content

Commit

Permalink
Increase poll time
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Sep 10, 2024
1 parent c27c93c commit 38d47ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keychain/src/hooks/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function useBalance({ address }: { address: string }) {
setIsFetching(false);
}, [controller, address]);

useInterval(fetchBalance, 500);
useInterval(fetchBalance, 1500);
fetchBalance();
return { balance, isFetching, isLoading };
}

0 comments on commit 38d47ae

Please sign in to comment.