Skip to content

Commit bbc7a96

Browse files
committed
update config
1 parent f9a344e commit bbc7a96

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

src/swapService/config/mainnet.ts

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const CUSDOUSDC_CURVELP_MAINNET = "0x90455bd11Ce8a67C57d467e634Dc142b8e4105Aa"
2626
const USUAL_USD0_VAULT_MAINNET = "0xd001f0a15D272542687b2677BA627f48A4333b5d"
2727
const SUSP_MAINNET = "0x271C616157e69A43B4977412A64183Cf110Edf16"
2828
const SUSDF_MAINNET = "0xc8CF6D7991f15525488b2A83Df53468D682Ba4B0"
29-
const PT_EUSDE_29MAY_MAINNET = "0x50D2C7992b802Eef16c04FeADAB310f31866a545"
3029

3130
const mainnetRoutingConfig: ChainRoutingConfig = [
3231
// WRAPPERS
@@ -46,6 +45,29 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
4645
strategy: StrategyCurveLPNG.name(),
4746
match: { tokensInOrOut: [CUSDOUSDC_CURVELP_MAINNET] },
4847
},
48+
// 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+
},
4971
{
5072
strategy: StrategyERC4626Wrapper.name(),
5173
match: {
@@ -56,10 +78,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
5678
SUSP_MAINNET,
5779
SUSDF_MAINNET,
5880
],
59-
excludeTokensInOrOut: [
60-
PT_WSTUSR_27MAR2025_MAINNET,
61-
PT_EUSDE_29MAY_MAINNET,
62-
],
81+
excludeTokensInOrOut: [PT_WSTUSR_27MAR2025_MAINNET],
6382
},
6483
},
6584
// WUSDL with paraswap

0 commit comments

Comments
 (0)