Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
dglowinski committed Jan 27, 2025
1 parent 90f73b6 commit 073333d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions src/swapService/config/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ const baseRoutingConfig: ChainRoutingConfig = [
strategy: StrategyBalmySDK.name(),
config: {
sourcesFilter: {
includeSources: [
// "odos",
"open-ocean",
"uniswap",
],
includeSources: ["odos", "open-ocean", "uniswap"],
},
},
match: {
Expand All @@ -45,7 +41,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 073333d

Please sign in to comment.