From 863df618a102f459b8c894b36b1638240cc01f95 Mon Sep 17 00:00:00 2001 From: cgewecke Date: Thu, 7 Apr 2022 09:22:26 -0700 Subject: [PATCH] Exclude RFQT from ZeroEx sources (#110) --- src/api/utils/tradeQuoter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;