Skip to content

Commit eca462d

Browse files
committed
Add first wave of Morpho markets to dApp details on Gnosis chain
1 parent 583d961 commit eca462d

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

.changeset/fair-hounds-shake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/contracts': minor
3+
---
4+
5+
Add first wave of Morpho markets to dApp details on Gnosis chain

data/dapps/morpho.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,21 @@
3939
"chains": ["katana"],
4040
"title": "Morpho vbWBTC/vbUSDT 86% LLTV",
4141
"description": "Only to be used for the vbWBTC/vbUSDT 86% LLTV market."
42+
},
43+
"morpho-gno-usdc-860-lltv": {
44+
"chains": ["gnosis"],
45+
"title": "Morpho GNO/USDC 86% LLTV",
46+
"description": "Only to be used for the GNO/USDC 86% LLTV market."
47+
},
48+
"morpho-wsteth-usdc-gnosis-860-lltv": {
49+
"chains": ["gnosis"],
50+
"title": "Morpho wstETH/USDC 86% LLTV",
51+
"description": "Only to be used for the wstETH/USDC 86% LLTV market on Gnosis."
52+
},
53+
"morpho-sdai-usdc-860-lltv": {
54+
"chains": ["gnosis"],
55+
"title": "Morpho sDAI/USDC 86% LLTV",
56+
"description": "Only to be used for the sDAI/USDC 86% LLTV market."
4257
}
4358
},
4459
"homepageUrl": "https://morpho.org/vaults/"

src/generated/dapps.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,21 @@ export const DAPPS: Dapp[] = [
6969
title: 'Morpho vbWBTC/vbUSDT 86% LLTV',
7070
description: 'Only to be used for the vbWBTC/vbUSDT 86% LLTV market.',
7171
},
72+
'morpho-gno-usdc-860-lltv': {
73+
chains: ['gnosis'],
74+
title: 'Morpho GNO/USDC 86% LLTV',
75+
description: 'Only to be used for the GNO/USDC 86% LLTV market.',
76+
},
77+
'morpho-wsteth-usdc-gnosis-860-lltv': {
78+
chains: ['gnosis'],
79+
title: 'Morpho wstETH/USDC 86% LLTV',
80+
description: 'Only to be used for the wstETH/USDC 86% LLTV market on Gnosis.',
81+
},
82+
'morpho-sdai-usdc-860-lltv': {
83+
chains: ['gnosis'],
84+
title: 'Morpho sDAI/USDC 86% LLTV',
85+
description: 'Only to be used for the sDAI/USDC 86% LLTV market.',
86+
},
7287
},
7388
homepageUrl: 'https://morpho.org/vaults/',
7489
},

0 commit comments

Comments
 (0)