Skip to content

Commit ffac43b

Browse files
committed
update config
1 parent 272e0e3 commit ffac43b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/swapService/config/base.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const baseRoutingConfig: ChainRoutingConfig = [
2525
strategy: StrategyBalmySDK.name(),
2626
config: {
2727
sourcesFilter: {
28-
includeSources: ["pendle", "li-fi" /* "open-ocean" */],
28+
includeSources: ["pendle", "li-fi", "open-ocean"],
2929
},
3030
},
3131
match: { isPendlePT: true },
@@ -35,7 +35,7 @@ const baseRoutingConfig: ChainRoutingConfig = [
3535
strategy: StrategyBalmySDK.name(),
3636
config: {
3737
sourcesFilter: {
38-
includeSources: ["odos", "uniswap" /* "open-ocean" */],
38+
includeSources: ["odos", "uniswap", "open-ocean"],
3939
},
4040
},
4141
match: {
@@ -53,7 +53,7 @@ const baseRoutingConfig: ChainRoutingConfig = [
5353
"odos",
5454
"1inch",
5555
"li-fi",
56-
// "open-ocean",
56+
"open-ocean",
5757
// "conveyor",
5858
"uniswap",
5959
],

0 commit comments

Comments
 (0)