|
1 | | -/** |
2 | | - * Copyright 2024 |
3 | | - * SPDX-License-Identifier: CC BY |
4 | | - */ |
5 | | - |
6 | 1 | import { CardConfig } from '@oasisprotocol/rose-app-ui/discover' |
7 | 2 |
|
8 | 3 | export const CARDS_CONFIG: { featured: CardConfig[]; dApps: CardConfig[]; tooling: CardConfig[] } = { |
9 | 4 | featured: [ |
10 | 5 | { |
11 | 6 | title: 'NEBY', |
12 | 7 | type: 'DEX', |
13 | | - imgSrc: '/discover/Neby.png', |
| 8 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/Neby.jpg', |
14 | 9 | externalLink: 'https://www.neby.exchange/', |
15 | 10 | }, |
16 | 11 | { |
17 | 12 | title: 'Accumulated Finance', |
18 | 13 | type: 'Liquid staking', |
19 | | - imgSrc: '/discover/AccumulatedFinance.png', |
| 14 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/AccumulatedFinance.png', |
20 | 15 | externalLink: 'https://accumulated.finance/', |
21 | 16 | }, |
22 | 17 | { |
23 | 18 | title: 'Bit Protocol', |
24 | 19 | type: 'CDP Stablecoin', |
25 | | - imgSrc: '/discover/BitProtocol.png', |
| 20 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/BitProtocol.png', |
26 | 21 | externalLink: 'https://bitusd.finance/', |
27 | 22 | }, |
28 | 23 | ], |
29 | 24 | dApps: [ |
30 | 25 | { |
31 | 26 | title: 'Thorn Protocol', |
32 | 27 | type: 'StableSwap', |
33 | | - imgSrc: '/discover/ThornProtocol.jpg', |
| 28 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/ThornProtocol.jpg', |
34 | 29 | externalLink: 'https://thornprotocol.com/', |
35 | 30 | }, |
36 | 31 | { |
37 | 32 | title: 'Daosis', |
38 | 33 | type: 'Launchpad & Token Minter', |
39 | | - imgSrc: '/discover/Daosis.jpg', |
| 34 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/Daosis.jpg', |
40 | 35 | externalLink: 'https://daosis.io/', |
41 | 36 | }, |
42 | 37 | { |
43 | 38 | title: 'Rosy', |
44 | 39 | type: 'Meme', |
45 | | - imgSrc: '/discover/Rosy.jpg', |
| 40 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/Rosy.jpg', |
46 | 41 | externalLink: 'https://rosytoken.com/', |
47 | 42 | }, |
48 | 43 | { |
49 | 44 | title: '4P SuperdApp', |
50 | 45 | type: 'Web3 Messenger', |
51 | | - imgSrc: '/discover/4PSuperdApp.jpg', |
| 46 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/4PSuperdApp.jpg', |
52 | 47 | externalLink: 'https://the4thpillar.io/', |
53 | 48 | }, |
54 | 49 | { |
55 | 50 | title: "Rakesh's Village", |
56 | 51 | type: 'Meme & Token Minter', |
57 | | - imgSrc: '/discover/RakeshsVillage.jpg', |
| 52 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/RakeshsVillage.jpg', |
58 | 53 | externalLink: 'https://www.rakeshvillage.fun/', |
59 | 54 | }, |
60 | 55 | { |
61 | 56 | title: 'Predictoor', |
62 | 57 | type: 'Predictions', |
63 | | - imgSrc: '/discover/Predictoor.jpg', |
| 58 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/Predictoor.jpg', |
64 | 59 | externalLink: 'https://www.predictoor.ai/', |
65 | 60 | }, |
66 | 61 | { |
67 | 62 | title: 'Pixel Realm', |
68 | 63 | type: 'NFT Marketplace & Gaming Incubator', |
69 | | - imgSrc: '/discover/PixelRealm.jpg', |
| 64 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/PixelRealm.jpg', |
70 | 65 | externalLink: 'https://app.pixelrealm.io/', |
71 | 66 | }, |
72 | 67 | { |
73 | 68 | title: 'Protocol Monster Labs', |
74 | 69 | type: 'Gaming', |
75 | | - imgSrc: '/discover/ProtocolMonsterLabs.jpg', |
| 70 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/ProtocolMonsterLabs.jpg', |
76 | 71 | externalLink: 'https://protocolmonsterlabs.com/', |
77 | 72 | }, |
78 | 73 | { |
79 | 74 | title: 'Oasis Safe', |
80 | 75 | type: 'Multisig Wallet', |
81 | | - imgSrc: '/discover/OasisSafe.svg', |
| 76 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/OasisSafe.svg', |
82 | 77 | externalLink: 'https://safe.oasis.io/welcome', |
83 | 78 | }, |
84 | 79 | { |
85 | 80 | title: 'Midas', |
86 | 81 | type: 'RWA Yield', |
87 | | - imgSrc: '/discover/Midas.jpg', |
| 82 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/Midas.jpg', |
88 | 83 | externalLink: 'https://midas.app/', |
89 | 84 | }, |
90 | 85 | { |
91 | 86 | title: 'Oasis Blockvote', |
92 | 87 | type: 'Governance', |
93 | | - imgSrc: '/discover/OasisBlockvote.svg', |
| 88 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/OasisBlockvote.svg', |
94 | 89 | externalLink: 'https://vote.oasis.io/', |
95 | 90 | }, |
96 | 91 | ], |
97 | 92 | tooling: [ |
98 | 93 | { |
99 | 94 | title: 'Empyreal / Simulacrum', |
100 | 95 | type: 'SDK & AI Agents', |
101 | | - imgSrc: '/discover/Empyreal.jpg', |
| 96 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/Empyreal.jpg', |
102 | 97 | externalLink: 'https://empyrealsdk.com/', |
103 | 98 | }, |
104 | 99 | { |
105 | 100 | title: 'Router Bridge', |
106 | 101 | type: 'Bridge', |
107 | | - imgSrc: '/discover/Router.jpg', |
| 102 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/Router.jpg', |
108 | 103 | externalLink: 'https://app.routernitro.com/swap', |
109 | 104 | }, |
110 | 105 | { |
111 | 106 | title: 'DEX Screener', |
112 | | - imgSrc: '/discover/DexScreener.jpg', |
| 107 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/DexScreener.jpg', |
113 | 108 | externalLink: 'https://dexscreener.com/oasissapphire', |
114 | 109 | }, |
115 | 110 | { |
116 | 111 | title: 'DappRadar', |
117 | | - imgSrc: '/discover/DappRadar.jpg', |
| 112 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/DappRadar.jpg', |
118 | 113 | externalLink: 'https://dappradar.com/rankings/protocol/oasis-sapphire', |
119 | 114 | }, |
120 | 115 | { |
121 | 116 | title: 'DefiLlama', |
122 | | - imgSrc: '/discover/DefiLlama.jpg', |
| 117 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/DefiLlama.jpg', |
123 | 118 | externalLink: 'https://defillama.com/chain/Oasis%20Sapphire', |
124 | 119 | }, |
125 | 120 | { |
126 | 121 | title: 'ROSE Wallet', |
127 | 122 | type: 'Wallet', |
128 | | - imgSrc: '/discover/RoseWallet.svg', |
| 123 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/RoseWallet.svg', |
129 | 124 | externalLink: 'https://wallet.oasis.io/', |
130 | 125 | }, |
131 | 126 | { |
132 | 127 | title: 'illuminex', |
133 | 128 | type: 'Privacy Wallet', |
134 | | - imgSrc: '/discover/illumineX.jpg', |
| 129 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/illumineX.jpg', |
135 | 130 | externalLink: 'https://illuminex.xyz/', |
136 | 131 | }, |
137 | 132 | { |
138 | 133 | title: 'Oasis Explorer', |
139 | | - imgSrc: '/discover/OasisExplorer.svg', |
| 134 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/OasisExplorer.svg', |
140 | 135 | externalLink: 'https://explorer.oasis.io/', |
141 | 136 | }, |
142 | 137 | { |
143 | 138 | title: 'Oasis Docs', |
144 | | - imgSrc: '/discover/OasisDocs.svg', |
| 139 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/OasisDocs.svg', |
145 | 140 | externalLink: 'https://docs.oasis.io/', |
146 | 141 | }, |
147 | 142 | { |
148 | 143 | title: 'Transak', |
149 | | - imgSrc: '/discover/Transak.jpg', |
| 144 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/Transak.jpg', |
150 | 145 | externalLink: 'https://global.transak.com/', |
151 | 146 | }, |
152 | 147 | { |
153 | 148 | title: 'CoinMarketCap', |
154 | | - imgSrc: '/discover/CoinMarketCap.jpg', |
| 149 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/CoinMarketCap.jpg', |
155 | 150 | externalLink: 'https://coinmarketcap.com/currencies/oasis-network/', |
156 | 151 | }, |
157 | 152 | { |
158 | 153 | title: 'CoinGecko', |
159 | | - imgSrc: '/discover/Coingecko.jpg', |
| 154 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/Coingecko.jpg', |
160 | 155 | externalLink: 'https://www.coingecko.com/en/coins/oasis', |
161 | 156 | }, |
162 | 157 | { |
163 | 158 | title: 'Reclaim Protocol', |
164 | 159 | type: 'SDK', |
165 | | - imgSrc: '/discover/ReclaimProtocol.svg', |
| 160 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/ReclaimProtocol.svg', |
166 | 161 | externalLink: 'https://www.reclaimprotocol.org/', |
167 | 162 | }, |
168 | 163 | { |
169 | 164 | title: 'RA1L', |
170 | 165 | type: 'DID', |
171 | | - imgSrc: '/discover/Ra1l.jpg', |
| 166 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/Ra1l.jpg', |
172 | 167 | externalLink: 'https://ra1l.com/', |
173 | 168 | }, |
174 | 169 | { |
175 | 170 | title: 'OWallet', |
176 | 171 | type: 'Wallet', |
177 | | - imgSrc: '/discover/OWallet.jpg', |
| 172 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/OWallet.jpg', |
178 | 173 | externalLink: 'https://owallet.io/', |
179 | 174 | }, |
180 | 175 | { |
181 | 176 | title: 'Safepal', |
182 | 177 | type: 'Wallet', |
183 | | - imgSrc: '/discover/SafePal.png', |
| 178 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/SafePal.png', |
184 | 179 | externalLink: 'https://safepal.com/en/', |
185 | 180 | }, |
186 | 181 | { |
187 | 182 | title: 'StealthEX', |
188 | 183 | type: 'Exchange', |
189 | | - imgSrc: '/discover/StealthEX.svg', |
| 184 | + imgSrc: 'https://assets.oasis.io/rose-app-discover/StealthEX.svg', |
190 | 185 | externalLink: 'https://stealthex.io/?to=rose', |
191 | 186 | }, |
192 | 187 | ], |
|
0 commit comments