Skip to content

Commit afd7977

Browse files
committed
update config
1 parent d21c8c4 commit afd7977

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
@@ -27,6 +27,7 @@ const SUSP_MAINNET = "0x271C616157e69A43B4977412A64183Cf110Edf16"
2727
const SUSDF_MAINNET = "0xc8CF6D7991f15525488b2A83Df53468D682Ba4B0"
2828
const SUSPS_MAINNET = "0x271C616157e69A43B4977412A64183Cf110Edf16"
2929
const PUSDE_MAINNET = "0xA62B204099277762d1669d283732dCc1B3AA96CE"
30+
const LSTRZR_MAINNET = "0xB33f4B9C6f0624EdeAE8881c97381837760D52CB"
3031

3132
const mainnetRoutingConfig: ChainRoutingConfig = [
3233
// WRAPPERS
@@ -55,6 +56,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
5556
SUSDF_MAINNET,
5657
SUSPS_MAINNET,
5758
PUSDE_MAINNET,
59+
LSTRZR_MAINNET,
5860
],
5961
excludeTokensInOrOut: [PT_WSTUSR_27MAR2025_MAINNET],
6062
},

src/swapService/strategies/strategyERC4626Wrapper.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ const defaultConfig: {
9191
asset: "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
9292
assetDustEVault: "0x537469D2219Bf28EAc0B1199d142969163309969",
9393
},
94+
{
95+
chainId: 1,
96+
protocol: "lstRZR",
97+
vault: "0xB33f4B9C6f0624EdeAE8881c97381837760D52CB",
98+
asset: "0xb4444468e444f89e1c2CAc2F1D3ee7e336cBD1f5",
99+
assetDustEVault: "0x9d289DE828E7616B062818aBCd3f9b0eE6df6e44",
100+
},
94101
{
95102
chainId: 146,
96103
protocol: "wstkscETH",

0 commit comments

Comments
 (0)