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 91c72ab commit a74c087Copy full SHA for a74c087
src/swapService/strategies/balmySDK/sources/openOceanQuoteSource.ts
@@ -135,6 +135,7 @@ export class CustomOpenOceanQuoteSource extends AlwaysValidConfigAndContextSourc
135
account: recipient ?? takeFrom,
136
referrer: config.referrer?.address,
137
enabledDexIds: config.sourceAllowlist,
138
+ disableRfq: true,
139
}
140
const queryString = qs.stringify(queryParams, {
141
skipNulls: true,
0 commit comments