Skip to content

Commit

Permalink
Exclude RFQT from ZeroEx sources (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Apr 7, 2022
1 parent ebf9e73 commit 863df61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/utils/tradeQuoter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 863df61

Please sign in to comment.