Skip to content

Commit f690937

Browse files
committed
chore: fix pendle config
1 parent 5eaf69e commit f690937

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/swapService/config/mainnet.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
2424
},
2525
},
2626
// SPECIAL CASE TOKENS
27-
{
28-
strategy: StrategyBalmySDK.name(),
29-
config: {
30-
sourcesFilter: {
31-
includeSources: ["pendle", "li-fi", "open-ocean"],
32-
},
33-
},
34-
match: { isPendlePT: true },
35-
},
3627
{
3728
strategy: StrategyMidas.name(),
3829
match: {}, // supports function will match mTokens
@@ -43,6 +34,15 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
4334
tokensInOrOut: [WSTUSR_MAINNET, WUSDL_MAINNET, PT_WSTUSR1740182579],
4435
},
4536
},
37+
{
38+
strategy: StrategyBalmySDK.name(),
39+
config: {
40+
sourcesFilter: {
41+
includeSources: ["pendle", "li-fi", "open-ocean"],
42+
},
43+
},
44+
match: { isPendlePT: true },
45+
},
4646
{
4747
strategy: StrategyBalmySDK.name(),
4848
config: {

0 commit comments

Comments
 (0)