Skip to content

Commit

Permalink
Merge branch 'feat/sdk-syn-intents' into staging/syn-intents-api-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Dec 18, 2024
2 parents 650e81b + a6b85be commit 8b8cbc0
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 8b8cbc0

Please sign in to comment.