Skip to content

Commit

Permalink
fix: exclude rfq [skip cypress] (#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem authored Oct 24, 2024
1 parent 68fec1e commit 058d98f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/hooks/paraswap/useParaswapRates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,14 @@ export const useParaswapSellRates = ({
side: SwapSide.SELL,
options: {
...options,
excludeDEXS: ['ParaSwapPool', 'ParaSwapLimitOrders', 'SwaapV2', 'Hashflow', 'Dexalot'],
excludeDEXS: [
'ParaSwapPool',
'ParaSwapLimitOrders',
'SwaapV2',
'Hashflow',
'Dexalot',
'Bebop',
],
},
});
},
Expand Down

4 comments on commit 058d98f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.