Skip to content

Commit 31e0214

Browse files
committed
update tokenlist
1 parent f62b11a commit 31e0214

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

src/swapService/strategies/strategyMidas.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,16 @@ const defaultConfig: Config = {
103103
paymentTokenSweepVault: "0xb93d4928f39fbcd6c89a7dfbf0a867e6344561be", // eUSDC-1 escrow
104104
priceOne: 100000000n,
105105
},
106+
mRE7YIELD: {
107+
tokenContract: "0x87C9053C819bB28e0D73d33059E1b3DA80AFb0cf",
108+
redemptionInstantFeeBps: 50n,
109+
depositorContract: "0xcE0A2953a5d46400Af601a9857235312d1924aC7",
110+
redeemerContract: "0x5356B8E06589DE894D86B24F4079c629E8565234",
111+
oracleContract: "0x0a2a51f2f206447dE3E3a80FCf92240244722395",
112+
paymentToken: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", // USDC
113+
paymentTokenSweepVault: "0xb93d4928f39fbcd6c89a7dfbf0a867e6344561be", // eUSDC-1 escrow
114+
priceOne: 100000000n,
115+
},
106116
},
107117

108118
[base.id]: {

tokenLists/tokenList_1.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,17 @@
10851085
"provider": "INCEPTIONLRT"
10861086
}
10871087
},
1088+
{
1089+
"addressInfo": "0x87C9053C819bB28e0D73d33059E1b3DA80AFb0cf",
1090+
"chainId": 1,
1091+
"name": "Midas mRe7YIELD",
1092+
"symbol": "MRE7YIELD",
1093+
"decimals": 18,
1094+
"logoURI": "https://coin-images.coingecko.com/coins/images/54660/large/mre7yield_logo.png?1740896178",
1095+
"meta": {
1096+
"provider": "MIDAS"
1097+
}
1098+
},
10881099
{
10891100
"addressInfo": "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",
10901101
"chainId": 1,
@@ -1552,5 +1563,29 @@
15521563
"isPendlePT": true,
15531564
"pendleMarket": "0x353d0b2efb5b3a7987fb06d30ad6160522d08426"
15541565
}
1566+
},
1567+
{
1568+
"addressInfo": "0x23E60d1488525bf4685f53b3aa8E676c30321066",
1569+
"chainId": 1,
1570+
"name": "PT Wrapped stUSR 25SEP2025",
1571+
"symbol": "PT-wstUSR-25SEP2025",
1572+
"decimals": 18,
1573+
"logoURI": "https://coin-images.coingecko.com/coins/images/40008/large/USR_LOGO.png?1725222638",
1574+
"meta": {
1575+
"isPendlePT": true,
1576+
"pendleMarket": "0x09fa04aac9c6d1c6131352ee950cd67ecc6d4fb9"
1577+
}
1578+
},
1579+
{
1580+
"addressInfo": "0xae4bE3acD95B6a4Ac5A0524ab95dA90c721f6C83",
1581+
"chainId": 1,
1582+
"name": "PT Resolv USD 29MAY2025",
1583+
"symbol": "PT-USR-29MAY2025",
1584+
"decimals": 18,
1585+
"logoURI": "https://coin-images.coingecko.com/coins/images/40008/large/USR_LOGO.png?1725222638",
1586+
"meta": {
1587+
"isPendlePT": true,
1588+
"pendleMarket": "0x35a18cd59a214c9e797e14b1191b700eea251f6a"
1589+
}
15551590
}
15561591
]

tokenLists/tokenList_80094.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@
230230
"symbol": "srUSD",
231231
"decimals": 18,
232232
"logoURI": "/tokens/80094/srusd.png",
233-
"meta": {}
233+
"meta": {
234+
"provider": "DEFILLAMA",
235+
"poolId": "402b0554-9525-40af-8703-3c59b0aa863c"
236+
}
234237
}
235238
]

0 commit comments

Comments
 (0)