diff --git a/src/api/utils/tradeQuoter.ts b/src/api/utils/tradeQuoter.ts index 8d6d16a..0ed081b 100644 --- a/src/api/utils/tradeQuoter.ts +++ b/src/api/utils/tradeQuoter.ts @@ -57,7 +57,7 @@ export class TradeQuoter { private feePercentage: number = 0; private isFirmQuote: boolean = true; private slippagePercentage: number = 2; - private excludedSources: string[] = ['Kyber', 'Eth2Dai', 'Mesh']; + private excludedSources: string[] = ['Kyber', 'Eth2Dai', 'Mesh', 'RFQT']; private zeroExApiKey: string; private zeroExApiUrls: ZeroExApiUrls;