Merge pull request #202 from MAGICGrants/substrate-review

Fix mobile link and add Substrate project
This commit is contained in:
Justin Ehrenhofer
2025-12-24 09:22:49 -06:00
committed by GitHub
2 changed files with 16 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ const MobileNav = () => {
fundHeaderNavLinks[fund.slug].map((link) => (
<div key={link.title} className="px-12 py-4">
<CustomLink
href={`/${fundSlug}/${link.href}`}
href={link.href.startsWith('https://') ? link.href : `/${fundSlug}/${link.href}`}
className="text-2xl font-bold tracking-tight text-gray-900"
onClick={onToggleNav}
>

View File

@@ -0,0 +1,15 @@
---
fund: general
title: 'Substrate and Serai Review'
summary: 'This audit will support efforts to audit critical substrate-related components of the Serai codebase'
nym: 'Justin Ehrenhofer'
website: ''
socialLinks:
- ''
date: '2025-12-24'
goal: 155000
---
MAGIC Grants is fundraising for a review of the Substrate components of the forthcoming Serai network. This includes critical components related to Serai's protocol, runtime, economics specification, custom pallets, and more.
[SRLabs](https://srlabs.de/) has deep experience with Substrate code, and they are the security firm that MAGIC Grants anticipates will be selected for this project.