diff --git a/app/components/UI/FiatOnRampAggregator/sdk/index.tsx b/app/components/UI/FiatOnRampAggregator/sdk/index.tsx index 7b8ea644531..f7e123a7e29 100644 --- a/app/components/UI/FiatOnRampAggregator/sdk/index.tsx +++ b/app/components/UI/FiatOnRampAggregator/sdk/index.tsx @@ -90,7 +90,7 @@ export const callbackBaseUrl = isDevelopment const appConfig = { POLLING_INTERVAL: 20000, POLLING_INTERVAL_HIGHLIGHT: 10000, - POLLING_CYCLES: 3, + POLLING_CYCLES: 6, }; const SDKContext = createContext(undefined);