File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,7 @@ const baseRoutingConfig: ChainRoutingConfig = [
26
26
strategy : StrategyBalmySDK . name ( ) ,
27
27
config : {
28
28
sourcesFilter : {
29
- includeSources : [
30
- // "odos",
31
- "open-ocean" ,
32
- "uniswap" ,
33
- ] ,
29
+ includeSources : [ "odos" , "open-ocean" , "uniswap" ] ,
34
30
} ,
35
31
} ,
36
32
match : {
@@ -45,7 +41,7 @@ const baseRoutingConfig: ChainRoutingConfig = [
45
41
includeSources : [
46
42
"kyberswap" ,
47
43
// "paraswap",
48
- // "odos",
44
+ "odos" ,
49
45
"1inch" ,
50
46
"li-fi" ,
51
47
"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