Skip to content

Commit 473fbe5

Browse files
committed
update tokenlist
1 parent c25a680 commit 473fbe5

File tree

2 files changed

+21
-23
lines changed

2 files changed

+21
-23
lines changed

src/swapService/config/mainnet.ts

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -45,29 +45,6 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
4545
strategy: StrategyCurveLPNG.name(),
4646
match: { tokensInOrOut: [CUSDOUSDC_CURVELP_MAINNET] },
4747
},
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-
// },
7148
{
7249
strategy: StrategyERC4626Wrapper.name(),
7350
match: {

tokenLists/tokenList_1.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2146,5 +2146,26 @@
21462146
"decimals": 6,
21472147
"logoURI": "/tokens/1/xusd.jpg",
21482148
"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+
}
21492170
}
21502171
]

0 commit comments

Comments
 (0)