We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf9e73 commit 863df61Copy full SHA for 863df61
src/api/utils/tradeQuoter.ts
@@ -57,7 +57,7 @@ export class TradeQuoter {
57
private feePercentage: number = 0;
58
private isFirmQuote: boolean = true;
59
private slippagePercentage: number = 2;
60
- private excludedSources: string[] = ['Kyber', 'Eth2Dai', 'Mesh'];
+ private excludedSources: string[] = ['Kyber', 'Eth2Dai', 'Mesh', 'RFQT'];
61
private zeroExApiKey: string;
62
private zeroExApiUrls: ZeroExApiUrls;
63
0 commit comments