diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index f77917ec..ac2149c4 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -156,7 +156,7 @@ const Home: FC = () => { setIsLoadingTransactions, ]); - useInterval(getTransactions, 5000); + useInterval(getTransactions, 20000); const closeModalHandler = (txSent?: boolean) => { setShowModal(false);