@@ -9,6 +9,7 @@ import { type Dapp } from '../types';
99
1010export const DAPPS : Dapp [ ] = [
1111 { aliases : { apebank : { chains : [ 'apechain' ] , title : 'ApeBank' } } , homepageUrl : 'https://ape-bank.netlify.app/' } ,
12+ { aliases : { arenas : { chains : [ 'somnia' ] , title : 'Arenas' } } , homepageUrl : 'https://x.com/somnia_arenas' } ,
1213 {
1314 aliases : {
1415 'compound-finance-usde' : {
@@ -21,6 +22,16 @@ export const DAPPS: Dapp[] = [
2122 } ,
2223 { aliases : { dtrinity : { chains : [ 'fraxtal' , 'sonic' ] , title : 'dTRINITY' } } , homepageUrl : 'https://dtrinity.org/' } ,
2324 { aliases : { enclabs : { chains : [ 'sonic' ] , title : 'Enclabs' } } , homepageUrl : 'https://www.enclabs.finance/' } ,
25+ {
26+ aliases : {
27+ 'euler-clearstar' : {
28+ chains : [ 'ethereum' ] ,
29+ title : 'Euler vaults by ClearStar' ,
30+ description : 'Only to be used for Euler vaults by ClearStar.' ,
31+ } ,
32+ } ,
33+ homepageUrl : 'https://app.euler.finance/' ,
34+ } ,
2435 { aliases : { hana : { chains : [ 'taiko' ] , title : 'Hana Finance' } } , homepageUrl : 'https://www.hana.finance/' } ,
2536 { aliases : { init : { chains : [ 'blast' , 'mantle' ] , title : 'INIT Capital' } } , homepageUrl : 'https://init.capital/' } ,
2637 { aliases : { lendle : { chains : [ 'mantle' ] , title : 'Lendle' } } , homepageUrl : 'https://www.lendle.xyz/' } ,
@@ -38,7 +49,7 @@ export const DAPPS: Dapp[] = [
3849 description : 'Only to be used for the MVL/USDC 77% LLTV market.' ,
3950 } ,
4051 'morpho-wsteth-usdc-860-lltv' : {
41- chains : [ 'ethereum' , 'gnosis' ] ,
52+ chains : [ 'ethereum' , 'gnosis' , 'base' ] ,
4253 title : 'Morpho wstETH/USDC 86% LLTV' ,
4354 description : 'Only to be used for the wstETH/USDC 86% LLTV market.' ,
4455 } ,
@@ -48,7 +59,7 @@ export const DAPPS: Dapp[] = [
4859 description : 'Only to be used for the WBTC/USDC 86% LLTV market.' ,
4960 } ,
5061 'morpho-cbbtc-usdc-860-lltv' : {
51- chains : [ 'ethereum' ] ,
62+ chains : [ 'ethereum' , 'base' ] ,
5263 title : 'Morpho cbBTC/USDC 86% LLTV' ,
5364 description : 'Only to be used for the cbBTC/USDC 86% LLTV market.' ,
5465 } ,
@@ -92,6 +103,11 @@ export const DAPPS: Dapp[] = [
92103 title : 'Morpho ezETH/USDC 77% LLTV' ,
93104 description : 'Only to be used for the ezETH/USDC 77% LLTV market.' ,
94105 } ,
106+ 'morpho-cbeth-usdc-860-lltv' : {
107+ chains : [ 'base' ] ,
108+ title : 'Morpho cbETH/USDC 86% LLTV' ,
109+ description : 'Only to be used for the cbETH/USDC 86% LLTV market.' ,
110+ } ,
95111 } ,
96112 homepageUrl : 'https://morpho.org/vaults/' ,
97113 } ,
0 commit comments