Skip to content

Commit

Permalink
Merge branch 'master' into idle
Browse files Browse the repository at this point in the history
  • Loading branch information
dglowinski committed Jan 28, 2025
2 parents 3ed3442 + 1a33e84 commit cfa8ba7
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 121 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
Loading

0 comments on commit cfa8ba7

Please sign in to comment.