1- import { CardConfig } from '@oasisprotocol/rose-app-ui/discover '
1+ import { CardConfig } from '../Card '
22
33export const CARDS_CONFIG : { featured : CardConfig [ ] ; dApps : CardConfig [ ] ; tooling : CardConfig [ ] } = {
44 featured : [
55 {
6- title : 'ROFL' ,
7- type : 'Verifiable off-chain apps in TEE' ,
8- imgSrc : 'https://assets.oasis.io/rose-app-discover/Rofl.jpg' ,
6+ title : 'ROFL App' ,
7+ type : 'TOOLING' ,
8+ description :
9+ 'Build trustless apps. Start quickly with templates. Manage everything from one interface.' ,
10+ imgSrc : 'https://assets.oasis.io/rose-app-discover/RoflApp.jpg' ,
911 externalLink : 'https://rofl.app' ,
1012 } ,
1113 {
1214 title : 'Accumulated Finance' ,
13- type : 'Liquid staking' ,
15+ type : 'LIQUID STAKING' ,
16+ description :
17+ 'Omnichain liquid staking protocol. Lending of liquid staked tokens (LSTs). Leveraged staking.' ,
1418 imgSrc : 'https://assets.oasis.io/rose-app-discover/AccumulatedFinance.png' ,
1519 externalLink : 'https://accumulated.finance/' ,
1620 } ,
1721 {
1822 title : 'Bit Protocol' ,
19- type : 'CDP Stablecoin' ,
23+ type : 'CDP STABLECOIN' ,
24+ description : 'The first privacy-focused stablecoin built on Oasis Sapphire EVM.' ,
2025 imgSrc : 'https://assets.oasis.io/rose-app-discover/BitProtocol.png' ,
2126 externalLink : 'https://bitusd.finance/' ,
2227 } ,
@@ -76,12 +81,6 @@ export const CARDS_CONFIG: { featured: CardConfig[]; dApps: CardConfig[]; toolin
7681 imgSrc : 'https://assets.oasis.io/rose-app-discover/Midas.jpg' ,
7782 externalLink : 'https://midas.app/' ,
7883 } ,
79- {
80- title : 'Daosis' ,
81- type : 'Launchpad & Token Minter' ,
82- imgSrc : 'https://assets.oasis.io/rose-app-discover/Daosis.jpg' ,
83- externalLink : 'https://daosis.io/' ,
84- } ,
8584 {
8685 title : 'NEBY' ,
8786 type : 'DEX' ,
@@ -96,12 +95,6 @@ export const CARDS_CONFIG: { featured: CardConfig[]; dApps: CardConfig[]; toolin
9695 imgSrc : 'https://assets.oasis.io/rose-app-discover/Empyreal.jpg' ,
9796 externalLink : 'https://empyrealsdk.com/' ,
9897 } ,
99- {
100- title : 'Router Bridge' ,
101- type : 'Bridge' ,
102- imgSrc : 'https://assets.oasis.io/rose-app-discover/Router.jpg' ,
103- externalLink : 'https://app.routernitro.com/swap' ,
104- } ,
10598 {
10699 title : 'DEX Screener' ,
107100 imgSrc : 'https://assets.oasis.io/rose-app-discover/DexScreener.jpg' ,
0 commit comments