File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,11 @@ const baseRoutingConfig: ChainRoutingConfig = [
26
26
strategy : StrategyBalmySDK . name ( ) ,
27
27
config : {
28
28
sourcesFilter : {
29
- includeSources : [ "odos" , "open-ocean" , "uniswap" ] ,
29
+ includeSources : [
30
+ // "odos",
31
+ "open-ocean" ,
32
+ "uniswap" ,
33
+ ] ,
30
34
} ,
31
35
} ,
32
36
match : {
@@ -41,7 +45,7 @@ const baseRoutingConfig: ChainRoutingConfig = [
41
45
includeSources : [
42
46
"kyberswap" ,
43
47
// "paraswap",
44
- "odos" ,
48
+ // "odos",
45
49
"1inch" ,
46
50
"li-fi" ,
47
51
"open-ocean" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
54
54
includeSources : [
55
55
"kyberswap" ,
56
56
// "paraswap",
57
- "odos" ,
57
+ // "odos",
58
58
"1inch" ,
59
59
"li-fi" ,
60
60
// "open-ocean",
@@ -74,7 +74,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
74
74
includeSources : [
75
75
"kyberswap" ,
76
76
"paraswap" ,
77
- "odos" ,
77
+ // "odos",
78
78
"1inch" ,
79
79
"li-fi" ,
80
80
// "open-ocean",
@@ -94,7 +94,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
94
94
includeSources : [
95
95
"kyberswap" ,
96
96
// "paraswap",
97
- "odos" ,
97
+ // "odos",
98
98
"1inch" ,
99
99
"li-fi" ,
100
100
"open-ocean" ,
@@ -128,7 +128,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
128
128
includeSources : [
129
129
"kyberswap" ,
130
130
// "paraswap",
131
- "odos" ,
131
+ // "odos",
132
132
"1inch" ,
133
133
"li-fi" ,
134
134
"open-ocean" ,
You can’t perform that action at this time.
0 commit comments