From 84fee382e0d575d572c1df8b7aff5a4341b98f7e Mon Sep 17 00:00:00 2001 From: DiRaiks Date: Wed, 20 Mar 2024 20:56:40 +0700 Subject: [PATCH] fix: remove paraswap --- features/withdrawals/withdrawals-constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', );