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 073333d commit 1a33e84Copy full SHA for 1a33e84
src/swapService/config/base.ts
@@ -21,6 +21,15 @@ const baseRoutingConfig: ChainRoutingConfig = [
21
strategy: StrategyMidas.name(),
22
match: {}, // supports function will match mTokens
23
},
24
+ {
25
+ strategy: StrategyBalmySDK.name(),
26
+ config: {
27
+ sourcesFilter: {
28
+ includeSources: ["pendle", "li-fi", "open-ocean"],
29
+ },
30
31
+ match: { isPendlePT: true },
32
33
// avoid 1inch because of InvalidatedOrder error. Kyberswap and li.fi also route through 1inch
34
{
35
strategy: StrategyBalmySDK.name(),
0 commit comments