diff --git a/features/withdrawals/withdrawals-constants/index.ts b/features/withdrawals/withdrawals-constants/index.ts index c4e01a5a1..a4eebaf59 100644 --- a/features/withdrawals/withdrawals-constants/index.ts +++ b/features/withdrawals/withdrawals-constants/index.ts @@ -14,6 +14,6 @@ export const VALIDATION_CONTEXT_TIMEOUT = 4000; export const ENABLED_WITHDRAWAL_DEXES: DexWithdrawalApi[] = overrideWithQAMockArray( - ['one-inch', 'paraswap', 'bebop'], + ['one-inch', 'bebop'], 'mock-qa-helpers-enabled-withdrawal-dexes', );