File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ const PUSDE_MAINNET = "0xA62B204099277762d1669d283732dCc1B3AA96CE"
3131const LSTRZR_MAINNET = "0xB33f4B9C6f0624EdeAE8881c97381837760D52CB"
3232const STCUSD_MAINNET = "0x88887bE419578051FF9F4eb6C858A951921D8888"
3333
34+ const SRUSDE_MAINNET = "0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003"
35+ const JRUSDE_MAINNET = "0xC58D044404d8B14e953C115E67823784dEA53d8F"
36+ const PT_SRUSDE_MAINNET = "0x1Fb3C5c35D95F48e48FFC8e36bCCe5CB5f29F57c"
37+ const PT_JRUSDE_MAINNET = "0x53F3373F0D811902405f91eB0d5cc3957887220D"
38+
3439const mainnetRoutingConfig : ChainRoutingConfig = [
3540 // WRAPPERS
3641 {
@@ -60,11 +65,15 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
6065 PUSDE_MAINNET ,
6166 LSTRZR_MAINNET ,
6267 STCUSD_MAINNET ,
68+ SRUSDE_MAINNET ,
69+ JRUSDE_MAINNET ,
6370 // EUSDE_MAINNET,
6471 ] ,
6572 excludeTokensInOrOut : [
6673 PT_WSTUSR_27MAR2025_MAINNET ,
6774 PT_TUSDE_18DEC_MAINNET ,
75+ PT_SRUSDE_MAINNET ,
76+ PT_JRUSDE_MAINNET ,
6877 ] ,
6978 } ,
7079 } ,
Original file line number Diff line number Diff line change @@ -154,6 +154,20 @@ const defaultConfig: {
154154 asset : "0x9Cf12ccd6020b6888e4D4C4e4c7AcA33c1eB91f8" ,
155155 assetDustEVault : "0xF31280f6E33Aa53Ea23E1982B2071b688e3a9cA2" ,
156156 } ,
157+ {
158+ chainId : 1 ,
159+ protocol : "srUSDe" ,
160+ vault : "0x3d7d6fdf07EE548B939A80edbc9B2256d0cdc003" ,
161+ asset : "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3" ,
162+ assetDustEVault : "0x537469D2219Bf28EAc0B1199d142969163309969" ,
163+ } ,
164+ {
165+ chainId : 1 ,
166+ protocol : "jrUSDe" ,
167+ vault : "0xC58D044404d8B14e953C115E67823784dEA53d8F" ,
168+ asset : "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3" ,
169+ assetDustEVault : "0x537469D2219Bf28EAc0B1199d142969163309969" ,
170+ } ,
157171 {
158172 chainId : 43114 ,
159173 protocol : "savUSD" ,
You can’t perform that action at this time.
0 commit comments