Skip to content

Commit fd084dc

Browse files
committed
Changeset & generate
1 parent bd7a23a commit fd084dc

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.changeset/cyan-hornets-hide.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 Morpho markets on Katana

src/generated/dapps.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,26 @@ export const DAPPS: Dapp[] = [
4949
title: 'Morpho cbBTC/USDC 86% LLTV',
5050
description: 'Only to be used for the cbBTC/USDC 86% LLTV market.',
5151
},
52+
'morpho-vbeth-vbusdc-860-lltv': {
53+
chains: ['katana'],
54+
title: 'Morpho vbETH/vbUSDC 86% LLTV',
55+
description: 'Only to be used for the vbETH/vbUSDC 86% LLTV market.',
56+
},
57+
'morpho-vbeth-vbusdt-860-lltv': {
58+
chains: ['katana'],
59+
title: 'Morpho vbETH/vbUSDT 86% LLTV',
60+
description: 'Only to be used for the vbETH/vbUSDT 86% LLTV market.',
61+
},
62+
'morpho-vbwbtc-vbusdc-860-lltv': {
63+
chains: ['katana'],
64+
title: 'Morpho vbWBTC/vbUSDC 86% LLTV',
65+
description: 'Only to be used for the vbWBTC/vbUSDC 86% LLTV market.',
66+
},
67+
'morpho-vbwbtc-vbusdt-860-lltv': {
68+
chains: ['katana'],
69+
title: 'Morpho vbWBTC/vbUSDT 86% LLTV',
70+
description: 'Only to be used for the vbWBTC/vbUSDT 86% LLTV market.',
71+
},
5272
},
5373
homepageUrl: 'https://morpho.org/vaults/',
5474
},

0 commit comments

Comments
 (0)