diff --git a/src/lib/data/projects.ts b/src/lib/data/projects.ts index 42cefe9..e2c3f3f 100644 --- a/src/lib/data/projects.ts +++ b/src/lib/data/projects.ts @@ -295,5 +295,17 @@ export const projects: Project[] = [ url: 'https://envoi.sh', new: true, featured: true + }, + { + id: 34, + title: 'DorkFi', + type: 'Lending', + description: 'DorkFi is a cross-chain borrow/lend protocol on Voi and Algorand. Deposit collateral, borrow assets, and mint WAD — a native stablecoin backed by overcollateralized positions.', + logo: null, + twitter: 'https://x.com/dork_fi', + status: 'active', + url: 'https://dork.fi', + new: true, + featured: false } ]; \ No newline at end of file