Skip to content

Commit 1cdb561

Browse files
committed
update config
1 parent 8eecc17 commit 1cdb561

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

src/swapService/config/mainnet.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const IDLEAATRANCHEFASANARA_MAINNET =
2424
const CUSDOUSDC_CURVELP_MAINNET = "0x90455bd11Ce8a67C57d467e634Dc142b8e4105Aa"
2525

2626
const USUAL_USD0_VAULT_MAINNET = "0xd001f0a15D272542687b2677BA627f48A4333b5d"
27+
const SUSP_MAINNET = "0x271C616157e69A43B4977412A64183Cf110Edf16"
2728

2829
const mainnetRoutingConfig: ChainRoutingConfig = [
2930
// WRAPPERS
@@ -50,8 +51,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
5051
WSTUSR_MAINNET,
5152
PT_WSTUSR1740182579,
5253
EUSDE_MAINNET,
53-
// YNETH_MAINNET,
54-
// YNETHX_MAINNET,
54+
SUSP_MAINNET,
5555
],
5656
excludeTokensInOrOut: [PT_WSTUSR_27MAR2025_MAINNET],
5757
},
@@ -114,6 +114,10 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
114114
},
115115
},
116116
// FALLBACKS
117+
{
118+
strategy: StrategyMidas.name(),
119+
match: {},
120+
},
117121
// Binary search overswap for target debt
118122
{
119123
strategy: StrategyBalmySDK.name(),

src/swapService/strategies/strategyERC4626Wrapper.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ const defaultConfig: {
105105
asset: "0xdc035d45d973e3ec169d2276ddab16f1e407384f",
106106
assetDustEVault: "0x98238Ee86f2c571AD06B0913bef21793dA745F57",
107107
},
108+
{
109+
chainId: 1,
110+
protocol: "sUSP",
111+
vault: "0x271C616157e69A43B4977412A64183Cf110Edf16",
112+
asset: "0x97cCC1C046d067ab945d3CF3CC6920D3b1E54c88",
113+
assetDustEVault: "0x15bdfb8701b40E2AC3C7e432801329159A54eBc8",
114+
},
108115
{
109116
chainId: 43114,
110117
protocol: "savUSD",

0 commit comments

Comments
 (0)