From a6b85be078e0dabd0c6e7db18b30932f760f3e88 Mon Sep 17 00:00:00 2001 From: ChiTimesChi <88190723+ChiTimesChi@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:01:29 +0000 Subject: [PATCH] feat: disable SynapseRFQ module [REVERT LATER] --- packages/sdk-router/src/rfq/fastBridgeRouterSet.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/sdk-router/src/rfq/fastBridgeRouterSet.ts b/packages/sdk-router/src/rfq/fastBridgeRouterSet.ts index 8959e9e344..37c4b58c56 100644 --- a/packages/sdk-router/src/rfq/fastBridgeRouterSet.ts +++ b/packages/sdk-router/src/rfq/fastBridgeRouterSet.ts @@ -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,