Skip to content

Commit

Permalink
grab prices immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
taureau75 committed Jun 17, 2023
1 parent 486069b commit 08dc458
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/components/bridge/Bridge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ function Bridge() {
}, [destChainId])

useEffect(() => {
fetchLiquidity()
fetchPrices()
const refetchInterval = setInterval(() => {
fetchLiquidity()
fetchPrices()
Expand Down

1 comment on commit 08dc458

@vercel
Copy link

@vercel vercel bot commented on 08dc458 Jun 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.