Skip to content

Commit

Permalink
revert bruno issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodyHughes committed Sep 12, 2024
1 parent a9b2933 commit b9c221e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ export function useSwapInputsController({
};

const quoteFetchingInterval = useAnimatedInterval({
intervalMs: IS_TEST ? 999_999 : 12_000,
intervalMs: 12_000,
onIntervalWorklet: fetchQuoteAndAssetPrices,
autoStart: false,
});
Expand Down

0 comments on commit b9c221e

Please sign in to comment.