Skip to content

Commit

Permalink
Add Myosin as a featured Sepolia organization
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Mar 1, 2024
1 parent 26f098d commit 007a0ca
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,17 @@ const FEATURED_DAOS = new Map<number, Feature[]>([
},
],
],
[sepolia.id, []],
[
sepolia.id,
[
{
iconSrc: '/images/icon-myosin.svg',
titleKey: 'myosinTitle',
descKey: 'myosinDesc',
address: '0xdef90A94273a1A1A72B33D39129fa41E6C08Be3a',
},
],
],
]);

export default function HomePage() {
Expand Down

0 comments on commit 007a0ca

Please sign in to comment.