Skip to content

Commit

Permalink
disable odos
Browse files Browse the repository at this point in the history
  • Loading branch information
dglowinski committed Jan 24, 2025
1 parent 81b850b commit b5b8eaa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions src/swapService/config/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ const baseRoutingConfig: ChainRoutingConfig = [
strategy: StrategyBalmySDK.name(),
config: {
sourcesFilter: {
includeSources: ["odos", "open-ocean", "uniswap"],
includeSources: [
// "odos",
"open-ocean",
"uniswap",
],
},
},
match: {
Expand All @@ -41,7 +45,7 @@ const baseRoutingConfig: ChainRoutingConfig = [
includeSources: [
"kyberswap",
// "paraswap",
"odos",
// "odos",
"1inch",
"li-fi",
"open-ocean",
Expand Down
8 changes: 4 additions & 4 deletions src/swapService/config/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
includeSources: [
"kyberswap",
// "paraswap",
"odos",
// "odos",
"1inch",
"li-fi",
// "open-ocean",
Expand All @@ -74,7 +74,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
includeSources: [
"kyberswap",
"paraswap",
"odos",
// "odos",
"1inch",
"li-fi",
// "open-ocean",
Expand All @@ -94,7 +94,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
includeSources: [
"kyberswap",
// "paraswap",
"odos",
// "odos",
"1inch",
"li-fi",
"open-ocean",
Expand Down Expand Up @@ -128,7 +128,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
includeSources: [
"kyberswap",
// "paraswap",
"odos",
// "odos",
"1inch",
"li-fi",
"open-ocean",
Expand Down

0 comments on commit b5b8eaa

Please sign in to comment.