Skip to content

Commit

Permalink
Merge pull request #296 from lidofinance/chore/enable-bebop
Browse files Browse the repository at this point in the history
chore: enable bebop
  • Loading branch information
jake4take authored Mar 20, 2024
2 parents 1f5acd2 + a613251 commit b011cb5
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', 'open-ocean', 'paraswap'],
['one-inch', 'paraswap', 'bebop'],
'mock-qa-helpers-enabled-withdrawal-dexes',
);

0 comments on commit b011cb5

Please sign in to comment.