Skip to content

Commit cfba685

Browse files
authored
Merge pull request #81 from morpho-org/feature/integ-1862-novadash-new-vault-whitelisting-submission
feat(Aphaping): 2 new vaults + markets
2 parents 3c06162 + e3bfe76 commit cfba685

3 files changed

Lines changed: 113 additions & 0 deletions

File tree

data/price-feeds.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5453,5 +5453,42 @@
54535453
"address": "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
54545454
"chainId": 1
54555455
}
5456+
},
5457+
{
5458+
"chainId": 1,
5459+
"address": "0x19A5D0bb1200948ADBb6C991494e7292dD8628Cb",
5460+
"vendor": "Frankencoin",
5461+
"description": "xCVX/USD price oracle",
5462+
"pair": ["xCVX", "USD"],
5463+
"tokenIn": {
5464+
"address": "0xB90D347e10a085B591955Cbd0603aC7866fCADC8",
5465+
"chainId": 1
5466+
},
5467+
"tokenOut": {
5468+
"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
5469+
"chainId": 1
5470+
}
5471+
},
5472+
{
5473+
"chainId": 1,
5474+
"address": "0x929b42739fEd4d6Ca44EDA0f4020e2A428f8AB86",
5475+
"vendor": "Alphaping",
5476+
"description": "CHF/USD price oracle",
5477+
"pair": ["CHF", "USD"],
5478+
"tokenOut": {
5479+
"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
5480+
"chainId": 1
5481+
}
5482+
},
5483+
{
5484+
"chainId": 1,
5485+
"address": "0x6165946250DD04740aB1409217E95a4f38374fE9",
5486+
"vendor": "Alphaping",
5487+
"description": "xETH/USD price oracle",
5488+
"pair": ["xETH", "USD"],
5489+
"tokenOut": {
5490+
"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
5491+
"chainId": 1
5492+
}
54565493
}
54575494
]

data/tokens.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2451,5 +2451,39 @@
24512451
"logoURI": "https://cdn.morpho.org/assets/logos/pwrusdc-stark.svg"
24522452
},
24532453
"isWhitelisted": true
2454+
},
2455+
{
2456+
"chainId": 1,
2457+
"address": "0xB58E61C3098d85632Df34EecfB899A1Ed80921cB",
2458+
"name": "Frankencoin",
2459+
"symbol": "ZCHF",
2460+
"decimals": 18,
2461+
"metadata": {
2462+
"logoURI": "https://cdn.morpho.org/assets/logos/zchf.svg",
2463+
"alternativeHardcodedOracles": ["CHF"]
2464+
},
2465+
"isWhitelisted": true
2466+
},
2467+
{
2468+
"chainId": 1,
2469+
"address": "0xB90D347e10a085B591955Cbd0603aC7866fCADC8",
2470+
"name": "Leveraged CVX",
2471+
"symbol": "xCVX",
2472+
"decimals": 18,
2473+
"metadata": {
2474+
"logoURI": "https://cdn.morpho.org/assets/logos/xcvx.svg"
2475+
},
2476+
"isWhitelisted": true
2477+
},
2478+
{
2479+
"chainId": 1,
2480+
"address": "0xe063F04f280c60aECa68b38341C2eEcBeC703ae2",
2481+
"name": "Leveraged ETH",
2482+
"symbol": "xETH",
2483+
"decimals": 18,
2484+
"metadata": {
2485+
"logoURI": "https://cdn.morpho.org/assets/logos/xeth.svg"
2486+
},
2487+
"isWhitelisted": true
24542488
}
24552489
]

data/vaults-whitelist.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2907,6 +2907,48 @@
29072907
}
29082908
]
29092909
},
2910+
{
2911+
"address": "0xFa7ED49Eb24A6117D8a3168EEE69D26b45C40C63",
2912+
"chainId": 1,
2913+
"image": "https://cdn.morpho.org/v2/assets/images/alphaping.png",
2914+
"description": "The Alpha ZCHF Vault offers a suite of liquid collateral markets tailored for DeFi, providing optimized risk-adjusted returns through an active rebalancing strategy.",
2915+
"forumLink": "https://forum.morpho.org/c/vaults/alphaping/37",
2916+
"curators": [
2917+
{
2918+
"name": "Alphaping",
2919+
"image": "https://cdn.morpho.org/v2/assets/images/alphaping.png",
2920+
"url": "https://alphaping.ch/",
2921+
"verified": true
2922+
}
2923+
],
2924+
"history": [
2925+
{
2926+
"action": "added",
2927+
"timestamp": 1742374295
2928+
}
2929+
]
2930+
},
2931+
{
2932+
"address": "0x6619F92861C760AD11BA0D56E8ED63A33EccE22B",
2933+
"chainId": 1,
2934+
"image": "https://cdn.morpho.org/v2/assets/images/alphaping.png",
2935+
"description": "The Alpha ZCHF Safe Vault provides a secure, Bitcoin-only lending and borrowing environment with the decentralized Swiss Franc stablecoin, zCHF.",
2936+
"forumLink": "https://forum.morpho.org/c/vaults/alphaping/37",
2937+
"curators": [
2938+
{
2939+
"name": "Alphaping",
2940+
"image": "https://cdn.morpho.org/v2/assets/images/alphaping.png",
2941+
"url": "https://alphaping.ch/",
2942+
"verified": true
2943+
}
2944+
],
2945+
"history": [
2946+
{
2947+
"action": "added",
2948+
"timestamp": 1742374295
2949+
}
2950+
]
2951+
},
29102952
{
29112953
"address": "0x47fe8Ab9eE47DD65c24df52324181790b9F47EfC",
29122954
"chainId": 1,

0 commit comments

Comments
 (0)