Skip to content

Commit 7be1315

Browse files
authored
Merge pull request #605 from api3dao/additional-dapps
Add additional dApp details
2 parents 33c3fb3 + 81f5ea3 commit 7be1315

File tree

6 files changed

+51
-4
lines changed

6 files changed

+51
-4
lines changed

.changeset/seven-colts-accept.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 Arenas on Somnia to dApp details

.changeset/swift-parrots-call.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 ClearStar curation to dApp details

data/dapps/arenas.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"aliases": {
3+
"arenas": { "chains": ["somnia"], "title": "Arenas" }
4+
},
5+
"homepageUrl": "https://x.com/somnia_arenas"
6+
}

data/dapps/euler.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"aliases": {
3+
"euler-clearstar": {
4+
"chains": ["ethereum"],
5+
"title": "Euler vaults by ClearStar",
6+
"description": "Only to be used for Euler vaults by ClearStar."
7+
}
8+
},
9+
"homepageUrl": "https://app.euler.finance/"
10+
}

data/dapps/morpho.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "Only to be used for the MVL/USDC 77% LLTV market."
77
},
88
"morpho-wsteth-usdc-860-lltv": {
9-
"chains": ["ethereum", "gnosis"],
9+
"chains": ["ethereum", "gnosis", "base"],
1010
"title": "Morpho wstETH/USDC 86% LLTV",
1111
"description": "Only to be used for the wstETH/USDC 86% LLTV market."
1212
},
@@ -16,7 +16,7 @@
1616
"description": "Only to be used for the WBTC/USDC 86% LLTV market."
1717
},
1818
"morpho-cbbtc-usdc-860-lltv": {
19-
"chains": ["ethereum"],
19+
"chains": ["ethereum", "base"],
2020
"title": "Morpho cbBTC/USDC 86% LLTV",
2121
"description": "Only to be used for the cbBTC/USDC 86% LLTV market."
2222
},
@@ -59,6 +59,11 @@
5959
"chains": ["arbitrum"],
6060
"title": "Morpho ezETH/USDC 77% LLTV",
6161
"description": "Only to be used for the ezETH/USDC 77% LLTV market."
62+
},
63+
"morpho-cbeth-usdc-860-lltv": {
64+
"chains": ["base"],
65+
"title": "Morpho cbETH/USDC 86% LLTV",
66+
"description": "Only to be used for the cbETH/USDC 86% LLTV market."
6267
}
6368
},
6469
"homepageUrl": "https://morpho.org/vaults/"

src/generated/dapps.ts

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { type Dapp } from '../types';
99

1010
export 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

Comments
 (0)