Skip to content

Commit

Permalink
Merge pull request #299 from lidofinance/feature/si-1328-remove-paraswap
Browse files Browse the repository at this point in the history
Feature/si 1328 remove paraswap
  • Loading branch information
jake4take authored Mar 20, 2024
2 parents b011cb5 + 84fee38 commit 9d0e443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/withdrawals/withdrawals-constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);

0 comments on commit 9d0e443

Please sign in to comment.