Skip to content

Commit 1a33e84

Browse files
committed
add pendle to base
1 parent 073333d commit 1a33e84

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
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)