Skip to content

Commit 863df61

Browse files
authored
Exclude RFQT from ZeroEx sources (#110)
1 parent ebf9e73 commit 863df61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/utils/tradeQuoter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class TradeQuoter {
5757
private feePercentage: number = 0;
5858
private isFirmQuote: boolean = true;
5959
private slippagePercentage: number = 2;
60-
private excludedSources: string[] = ['Kyber', 'Eth2Dai', 'Mesh'];
60+
private excludedSources: string[] = ['Kyber', 'Eth2Dai', 'Mesh', 'RFQT'];
6161
private zeroExApiKey: string;
6262
private zeroExApiUrls: ZeroExApiUrls;
6363

0 commit comments

Comments
 (0)