Skip to content

Commit 081ccc7

Browse files
committed
update config
1 parent 2347147 commit 081ccc7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/swapService/config/mainnet.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const CUSDOUSDC_CURVELP_MAINNET = "0x90455bd11Ce8a67C57d467e634Dc142b8e4105Aa"
2525
const USUAL_USD0_VAULT_MAINNET = "0xd001f0a15D272542687b2677BA627f48A4333b5d"
2626
const SUSP_MAINNET = "0x271C616157e69A43B4977412A64183Cf110Edf16"
2727
const SUSDF_MAINNET = "0xc8CF6D7991f15525488b2A83Df53468D682Ba4B0"
28+
const SUSPS_MAINNET = "0x271C616157e69A43B4977412A64183Cf110Edf16"
2829

2930
const mainnetRoutingConfig: ChainRoutingConfig = [
3031
// WRAPPERS
@@ -52,6 +53,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
5253
EUSDE_MAINNET,
5354
SUSP_MAINNET,
5455
SUSDF_MAINNET,
56+
SUSPS_MAINNET,
5557
],
5658
excludeTokensInOrOut: [PT_WSTUSR_27MAR2025_MAINNET],
5759
},

src/swapService/strategies/strategyERC4626Wrapper.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ const defaultConfig: {
7777
asset: "0xFa2B947eEc368f42195f24F36d2aF29f7c24CeC2",
7878
assetDustEVault: "0x7aC81B3172870397496bD30502a07Cc9BfBB25eE",
7979
},
80+
{
81+
chainId: 1,
82+
protocol: "sUSP",
83+
vault: "0x271C616157e69A43B4977412A64183Cf110Edf16",
84+
asset: "0x97cCC1C046d067ab945d3CF3CC6920D3b1E54c88",
85+
assetDustEVault: "0x15bdfb8701b40E2AC3C7e432801329159A54eBc8",
86+
},
8087
{
8188
chainId: 146,
8289
protocol: "wstkscETH",

0 commit comments

Comments
 (0)