File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,6 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
24
24
} ,
25
25
} ,
26
26
// 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
- } ,
36
27
{
37
28
strategy : StrategyMidas . name ( ) ,
38
29
match : { } , // supports function will match mTokens
@@ -43,6 +34,15 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
43
34
tokensInOrOut : [ WSTUSR_MAINNET , WUSDL_MAINNET , PT_WSTUSR1740182579 ] ,
44
35
} ,
45
36
} ,
37
+ {
38
+ strategy : StrategyBalmySDK . name ( ) ,
39
+ config : {
40
+ sourcesFilter : {
41
+ includeSources : [ "pendle" , "li-fi" , "open-ocean" ] ,
42
+ } ,
43
+ } ,
44
+ match : { isPendlePT : true } ,
45
+ } ,
46
46
{
47
47
strategy : StrategyBalmySDK . name ( ) ,
48
48
config : {
You can’t perform that action at this time.
0 commit comments