Skip to content

Commit

Permalink
Revert "fix(synapse-interface): non-RFQ quotes"
Browse files Browse the repository at this point in the history
This reverts commit d13041c.
  • Loading branch information
ChiTimesChi committed Dec 30, 2024
1 parent a539254 commit eb33a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/synapse-interface/slices/bridgeQuote/thunks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const fetchBridgeQuote = createAsyncThunk(
)

const nonRfqQuote = activeQuotes.find(
(quote) => quote.bridgeModuleName !== 'SynapseIntents'
(quote) => quote.bridgeModuleName !== 'SynapseRFQ'
)

let quote
Expand Down

0 comments on commit eb33a1e

Please sign in to comment.