File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @api3/contracts ' : minor
3+ ---
4+
5+ Add first wave of Morpho markets to dApp details on Gnosis chain
Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments