Skip to content

Commit 0e5e690

Browse files
committed
update config
1 parent 74e3a54 commit 0e5e690

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

src/swapService/config/mainnet.ts

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -46,28 +46,28 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
4646
match: { tokensInOrOut: [CUSDOUSDC_CURVELP_MAINNET] },
4747
},
4848
// eUSDe - first try through pendle or kyber. fallback to direct deposit
49-
{
50-
strategy: StrategyBalmySDK.name(),
51-
config: {
52-
sourcesFilter: {
53-
includeSources: [
54-
"kyberswap",
55-
"paraswap",
56-
"odos",
57-
"1inch",
58-
"li-fi",
59-
"open-ocean",
60-
"magpie",
61-
"enso",
62-
"pendle",
63-
"okx-dex",
64-
],
65-
},
66-
},
67-
match: {
68-
tokensInOrOut: [EUSDE_MAINNET],
69-
},
70-
},
49+
// {
50+
// strategy: StrategyBalmySDK.name(),
51+
// config: {
52+
// sourcesFilter: {
53+
// includeSources: [
54+
// "kyberswap",
55+
// "paraswap",
56+
// "odos",
57+
// "1inch",
58+
// "li-fi",
59+
// "open-ocean",
60+
// "magpie",
61+
// "enso",
62+
// "pendle",
63+
// "okx-dex",
64+
// ],
65+
// },
66+
// },
67+
// match: {
68+
// tokensInOrOut: [EUSDE_MAINNET],
69+
// },
70+
// },
7171
{
7272
strategy: StrategyERC4626Wrapper.name(),
7373
match: {

0 commit comments

Comments
 (0)