File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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" , "open-ocean" , "uniswap" ] ,
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
] ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
54
54
strategy : StrategyBalmySDK . name ( ) ,
55
55
config : {
56
56
sourcesFilter : {
57
- includeSources : [ "pendle" , "li-fi" , "open-ocean" ] ,
57
+ includeSources : [ "pendle" , "li-fi" /* "open-ocean" */ ] ,
58
58
} ,
59
59
} ,
60
60
match : { isPendlePT : true } ,
@@ -110,7 +110,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
110
110
"odos" ,
111
111
"1inch" ,
112
112
"li-fi" ,
113
- "open-ocean" ,
113
+ // "open-ocean",
114
114
"uniswap" ,
115
115
] ,
116
116
} ,
@@ -144,7 +144,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
144
144
"odos" ,
145
145
"1inch" ,
146
146
"li-fi" ,
147
- "open-ocean" ,
147
+ // "open-ocean",
148
148
"uniswap" ,
149
149
] ,
150
150
} ,
You can’t perform that action at this time.
0 commit comments