Skip to content

Commit 9d6539e

Browse files
committed
disable open-ocean
1 parent dd7909e commit 9d6539e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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", "open-ocean", "uniswap"],
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
],

src/swapService/config/mainnet.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
5454
strategy: StrategyBalmySDK.name(),
5555
config: {
5656
sourcesFilter: {
57-
includeSources: ["pendle", "li-fi", "open-ocean"],
57+
includeSources: ["pendle", "li-fi" /* "open-ocean" */],
5858
},
5959
},
6060
match: { isPendlePT: true },
@@ -110,7 +110,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
110110
"odos",
111111
"1inch",
112112
"li-fi",
113-
"open-ocean",
113+
// "open-ocean",
114114
"uniswap",
115115
],
116116
},
@@ -144,7 +144,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
144144
"odos",
145145
"1inch",
146146
"li-fi",
147-
"open-ocean",
147+
// "open-ocean",
148148
"uniswap",
149149
],
150150
},

0 commit comments

Comments
 (0)