Skip to content

Commit b5b8eaa

Browse files
committed
disable odos
1 parent 81b850b commit b5b8eaa

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

src/swapService/config/base.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ const baseRoutingConfig: ChainRoutingConfig = [
2626
strategy: StrategyBalmySDK.name(),
2727
config: {
2828
sourcesFilter: {
29-
includeSources: ["odos", "open-ocean", "uniswap"],
29+
includeSources: [
30+
// "odos",
31+
"open-ocean",
32+
"uniswap",
33+
],
3034
},
3135
},
3236
match: {
@@ -41,7 +45,7 @@ const baseRoutingConfig: ChainRoutingConfig = [
4145
includeSources: [
4246
"kyberswap",
4347
// "paraswap",
44-
"odos",
48+
// "odos",
4549
"1inch",
4650
"li-fi",
4751
"open-ocean",

src/swapService/config/mainnet.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
5454
includeSources: [
5555
"kyberswap",
5656
// "paraswap",
57-
"odos",
57+
// "odos",
5858
"1inch",
5959
"li-fi",
6060
// "open-ocean",
@@ -74,7 +74,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
7474
includeSources: [
7575
"kyberswap",
7676
"paraswap",
77-
"odos",
77+
// "odos",
7878
"1inch",
7979
"li-fi",
8080
// "open-ocean",
@@ -94,7 +94,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
9494
includeSources: [
9595
"kyberswap",
9696
// "paraswap",
97-
"odos",
97+
// "odos",
9898
"1inch",
9999
"li-fi",
100100
"open-ocean",
@@ -128,7 +128,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
128128
includeSources: [
129129
"kyberswap",
130130
// "paraswap",
131-
"odos",
131+
// "odos",
132132
"1inch",
133133
"li-fi",
134134
"open-ocean",

0 commit comments

Comments
 (0)