Skip to content

Commit

Permalink
add pendle to base
Browse files Browse the repository at this point in the history
  • Loading branch information
dglowinski committed Jan 27, 2025
1 parent 073333d commit 1a33e84
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/swapService/config/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ const baseRoutingConfig: ChainRoutingConfig = [
strategy: StrategyMidas.name(),
match: {}, // supports function will match mTokens
},
{
strategy: StrategyBalmySDK.name(),
config: {
sourcesFilter: {
includeSources: ["pendle", "li-fi", "open-ocean"],
},
},
match: { isPendlePT: true },
},
// avoid 1inch because of InvalidatedOrder error. Kyberswap and li.fi also route through 1inch
{
strategy: StrategyBalmySDK.name(),
Expand Down

0 comments on commit 1a33e84

Please sign in to comment.