Skip to content

Commit

Permalink
feat: disable SynapseRFQ module [REVERT LATER]
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Dec 18, 2024
1 parent 27f8791 commit a6b85be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sdk-router/src/rfq/fastBridgeRouterSet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ export class FastBridgeRouterSet extends SynapseModuleSet {
if (!this.getModule(originChainId) || !this.getModule(destChainId)) {
return []
}
// TODO: revert (temporarily disable this module)
if (this.getModule(originChainId)) {
return []
}
// Get all tickers that can be used to fulfill the tokenIn -> tokenOut intent via RFQ
const tickers = await this.getAllTickers(
originChainId,
Expand Down

0 comments on commit a6b85be

Please sign in to comment.