fetch market info on an interval
This commit is contained in:
parent
b233208b1d
commit
138a664c77
|
@ -75,6 +75,7 @@ const useHydrateStore = () => {
|
|||
useInterval(() => {
|
||||
actions.fetchMangoGroup()
|
||||
actions.fetchWalletTokens()
|
||||
actions.fetchMarketInfo()
|
||||
}, 120 * SECONDS)
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Reference in New Issue