Skip to content

Commit

Permalink
update fp
Browse files Browse the repository at this point in the history
merklejerk committed Jun 21, 2024
1 parent fc2df70 commit 8fec4c7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/routes/(app)/+page.svelte
Original file line number Diff line number Diff line change
@@ -208,14 +208,6 @@
<li>A <a href="https://book.getfoundry.sh" target="_blank">foundry</a> development environment containing all the core game logic, sample agents, and a local match runner. Once you've developed a contract, come back here to upload it and join tournaments during the season to see how it does.</li>
</ul>
</li>
<li>
<a href={`${chain.blockExplorers?.default.url}address/${CONTEST_ADDRESS}`} target="_blank">Contest contract</a>
<ul>
<li>
The onchain component of the contest, which handles registration, submissions, and payouts.
</li>
</ul>
</li>
{:else}
<li>
<a href="#resources">Game contracts</a>
@@ -238,6 +230,14 @@
</li>
</ul>
</li>
<li>
<a href={`${chain.blockExplorers?.default.url}address/${CONTEST_ADDRESS}`} target="_blank">Contest contract</a>
<ul>
<li>
The onchain component of the contest, which handles registration, submissions, and payouts.
</li>
</ul>
</li>
</ul>
</section>
<section>

0 comments on commit 8fec4c7

Please sign in to comment.