File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ const SUSP_MAINNET = "0x271C616157e69A43B4977412A64183Cf110Edf16"
27
27
const SUSDF_MAINNET = "0xc8CF6D7991f15525488b2A83Df53468D682Ba4B0"
28
28
const SUSPS_MAINNET = "0x271C616157e69A43B4977412A64183Cf110Edf16"
29
29
const PUSDE_MAINNET = "0xA62B204099277762d1669d283732dCc1B3AA96CE"
30
+ const LSTRZR_MAINNET = "0xB33f4B9C6f0624EdeAE8881c97381837760D52CB"
30
31
31
32
const mainnetRoutingConfig : ChainRoutingConfig = [
32
33
// WRAPPERS
@@ -55,6 +56,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
55
56
SUSDF_MAINNET ,
56
57
SUSPS_MAINNET ,
57
58
PUSDE_MAINNET ,
59
+ LSTRZR_MAINNET ,
58
60
] ,
59
61
excludeTokensInOrOut : [ PT_WSTUSR_27MAR2025_MAINNET ] ,
60
62
} ,
Original file line number Diff line number Diff line change @@ -91,6 +91,13 @@ const defaultConfig: {
91
91
asset : "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3" ,
92
92
assetDustEVault : "0x537469D2219Bf28EAc0B1199d142969163309969" ,
93
93
} ,
94
+ {
95
+ chainId : 1 ,
96
+ protocol : "lstRZR" ,
97
+ vault : "0xB33f4B9C6f0624EdeAE8881c97381837760D52CB" ,
98
+ asset : "0xb4444468e444f89e1c2CAc2F1D3ee7e336cBD1f5" ,
99
+ assetDustEVault : "0x9d289DE828E7616B062818aBCd3f9b0eE6df6e44" ,
100
+ } ,
94
101
{
95
102
chainId : 146 ,
96
103
protocol : "wstkscETH" ,
You can’t perform that action at this time.
0 commit comments