File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const baseRoutingConfig: ChainRoutingConfig = [
25
25
strategy : StrategyBalmySDK . name ( ) ,
26
26
config : {
27
27
sourcesFilter : {
28
- includeSources : [ "pendle" , "li-fi" /* "open-ocean" */ ] ,
28
+ includeSources : [ "pendle" , "li-fi" , "open-ocean" ] ,
29
29
} ,
30
30
} ,
31
31
match : { isPendlePT : true } ,
@@ -35,7 +35,7 @@ const baseRoutingConfig: ChainRoutingConfig = [
35
35
strategy : StrategyBalmySDK . name ( ) ,
36
36
config : {
37
37
sourcesFilter : {
38
- includeSources : [ "odos" , "uniswap" /* "open-ocean" */ ] ,
38
+ includeSources : [ "odos" , "uniswap" , "open-ocean" ] ,
39
39
} ,
40
40
} ,
41
41
match : {
@@ -53,7 +53,7 @@ const baseRoutingConfig: ChainRoutingConfig = [
53
53
"odos" ,
54
54
"1inch" ,
55
55
"li-fi" ,
56
- // "open-ocean",
56
+ "open-ocean" ,
57
57
// "conveyor",
58
58
"uniswap" ,
59
59
] ,
You can’t perform that action at this time.
0 commit comments