Skip to content

Commit cfa8ba7

Browse files
committed
Merge branch 'master' into idle
2 parents 3ed3442 + 1a33e84 commit cfa8ba7

File tree

3 files changed

+191
-121
lines changed

3 files changed

+191
-121
lines changed

src/swapService/config/base.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ const baseRoutingConfig: ChainRoutingConfig = [
2121
strategy: StrategyMidas.name(),
2222
match: {}, // supports function will match mTokens
2323
},
24+
{
25+
strategy: StrategyBalmySDK.name(),
26+
config: {
27+
sourcesFilter: {
28+
includeSources: ["pendle", "li-fi", "open-ocean"],
29+
},
30+
},
31+
match: { isPendlePT: true },
32+
},
2433
// avoid 1inch because of InvalidatedOrder error. Kyberswap and li.fi also route through 1inch
2534
{
2635
strategy: StrategyBalmySDK.name(),

0 commit comments

Comments
 (0)