File tree Expand file tree Collapse file tree 2 files changed +21
-23
lines changed Expand file tree Collapse file tree 2 files changed +21
-23
lines changed Original file line number Diff line number Diff line change @@ -45,29 +45,6 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
45
45
strategy : StrategyCurveLPNG . name ( ) ,
46
46
match : { tokensInOrOut : [ CUSDOUSDC_CURVELP_MAINNET ] } ,
47
47
} ,
48
- // eUSDe - first try through pendle or kyber. fallback to direct deposit
49
- // {
50
- // strategy: StrategyBalmySDK.name(),
51
- // config: {
52
- // sourcesFilter: {
53
- // includeSources: [
54
- // "kyberswap",
55
- // "paraswap",
56
- // "odos",
57
- // "1inch",
58
- // "li-fi",
59
- // "open-ocean",
60
- // "magpie",
61
- // "enso",
62
- // "pendle",
63
- // "okx-dex",
64
- // ],
65
- // },
66
- // },
67
- // match: {
68
- // tokensInOrOut: [EUSDE_MAINNET],
69
- // },
70
- // },
71
48
{
72
49
strategy : StrategyERC4626Wrapper . name ( ) ,
73
50
match : {
Original file line number Diff line number Diff line change 2146
2146
"decimals" : 6 ,
2147
2147
"logoURI" : " /tokens/1/xusd.jpg" ,
2148
2148
"meta" : {}
2149
+ },
2150
+ {
2151
+ "addressInfo" : " 0x19Ebd191f7A24ECE672ba13A302212b5eF7F35cb" ,
2152
+ "chainId" : 1 ,
2153
+ "name" : " YieldFi yUSD" ,
2154
+ "symbol" : " yUSD" ,
2155
+ "decimals" : 18 ,
2156
+ "logoURI" : " https://assets.coingecko.com/coins/images/53607/standard/yUSD.png?1739862886" ,
2157
+ "meta" : {}
2158
+ },
2159
+ {
2160
+ "addressInfo" : " 0xD1d0fF7BB555f57A9604CE06bca704ab97A0049A" ,
2161
+ "chainId" : 1 ,
2162
+ "name" : " PT-yUSD-7AUG2025" ,
2163
+ "symbol" : " PT-yUSD-7AUG2025" ,
2164
+ "decimals" : 6 ,
2165
+ "logoURI" : " https://assets.coingecko.com/coins/images/53607/standard/yUSD.png?1739862886" ,
2166
+ "meta" : {
2167
+ "isPendlePT" : true ,
2168
+ "pendleMarket" : " 0x1047a4d2dc60e6652b51e7c63ba276b501ad6bc8"
2169
+ }
2149
2170
}
2150
2171
]
You can’t perform that action at this time.
0 commit comments