Skip to content

Commit 20d155f

Browse files
authored
Merge pull request #78 from morpho-org/feature/integ-1937-apostro-new-vault-whitelisting-submission
feat(apostro): whitelisting vault + markets
2 parents cfd3ae0 + 4714a88 commit 20d155f

3 files changed

Lines changed: 67 additions & 1 deletion

File tree

data/price-feeds.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5408,5 +5408,50 @@
54085408
"address": "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
54095409
"chainId": 1
54105410
}
5411+
},
5412+
{
5413+
"chainId": 1,
5414+
"address": "0x5Aa30684f5B1d5E258F1eFC69d40fc9AB2d1e216",
5415+
"vendor": "Pendle",
5416+
"description": "PT-sUSDE-29MAY2025 / USDe Pendle price adapter",
5417+
"pair": ["PT-sUSDE-29MAY2025", "USDe"],
5418+
"tokenIn": {
5419+
"address": "0xb7de5dFCb74d25c2f21841fbd6230355C50d9308",
5420+
"chainId": 1
5421+
},
5422+
"tokenOut": {
5423+
"address": "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
5424+
"chainId": 1
5425+
}
5426+
},
5427+
{
5428+
"chainId": 1,
5429+
"address": "0xdD964A8235BA150a18644C379937B73b032E4dF0",
5430+
"vendor": "Pendle",
5431+
"description": "PT-eUSDE-29MAY2025 / USDe Pendle price adapter",
5432+
"pair": ["PT-eUSDE-29MAY2025", "USDe"],
5433+
"tokenIn": {
5434+
"address": "0x50D2C7992b802Eef16c04FeADAB310f31866a545",
5435+
"chainId": 1
5436+
},
5437+
"tokenOut": {
5438+
"address": "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
5439+
"chainId": 1
5440+
}
5441+
},
5442+
{
5443+
"chainId": 1,
5444+
"address": "0x8164254EdF1840315aba691D97756EE358B7Cb2d",
5445+
"vendor": "Pendle",
5446+
"description": "PT-USDe-31JUL2025 / USDe Pendle price adapter",
5447+
"pair": ["PT-USDe-31JUL2025", "USDe"],
5448+
"tokenIn": {
5449+
"address": "0x917459337CaAC939D41d7493B3999f571D20D667",
5450+
"chainId": 1
5451+
},
5452+
"tokenOut": {
5453+
"address": "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
5454+
"chainId": 1
5455+
}
54115456
}
54125457
]

data/tokens.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
"metadata": {
404404
"logoURI": "https://cdn.morpho.org/assets/logos/eusde.svg",
405405
"tags": ["stablecoin"],
406-
"alternativeHardcodedOracles": ["USDC"]
406+
"alternativeHardcodedOracles": ["USDC", "USDe"]
407407
},
408408
"isWhitelisted": true
409409
},

data/vaults-whitelist.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3053,5 +3053,26 @@
30533053
"timestamp": 1742290974
30543054
}
30553055
]
3056+
},
3057+
{
3058+
"address": "0x4EDfaB296F8Eb15aC0907CF9eCb7079b1679Da57",
3059+
"chainId": 1,
3060+
"image": "https://cdn.morpho.org/v2/assets/images/apostro.svg",
3061+
"description": "The Apostro Ethena USDe vault accepts USDe deposits, directing them towards Ethena ecosystem assets, with an emphasis on Ethereal DEX. Benefit from 20x Ethena sats per USDe, while leveraging the security of Apostro-verified smart contracts. Apostro actively manages asset allocation to maximize returns while mitigating risk.",
3062+
"forumLink": "https://forum.morpho.org/c/vaults/apostro/35",
3063+
"curators": [
3064+
{
3065+
"name": "Apostro",
3066+
"image": "https://cdn.morpho.org/v2/assets/images/apostro.svg",
3067+
"url": "https://apostro.xyz",
3068+
"verified": true
3069+
}
3070+
],
3071+
"history": [
3072+
{
3073+
"action": "added",
3074+
"timestamp": 1742370799
3075+
}
3076+
]
30563077
}
30573078
]

0 commit comments

Comments
 (0)