Skip to content

Commit

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

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

0 comments on commit 9f49604

Please sign in to comment.