diff --git a/src/api/utils/tradeQuoter.ts b/src/api/utils/tradeQuoter.ts index ca1aee4..7f7c546 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[] = []; private zeroExApiKey: string; private zeroExApiUrls: ZeroExApiUrls;