fetch market info on an interval

This commit is contained in:
tjs 2022-02-18 11:39:43 -05:00
parent b233208b1d
commit 138a664c77
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ const useHydrateStore = () => {
useInterval(() => {
actions.fetchMangoGroup()
actions.fetchWalletTokens()
actions.fetchMarketInfo()
}, 120 * SECONDS)
useEffect(() => {