Skip to content

Commit

Permalink
reword how to play step 6
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Nov 29, 2023
1 parent 3e49fff commit 2ce6ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A contest where players compete for the highest return on investment over three
3. During each round, allocate your GODL into each vault as you see fit
4. After allocating 100% of your GODL into the vaults, put pressure on the competition by clicking the "ready" button to expadite the round closing process
5. At the end of each round, the market contract sends or takes GODL from the vaults based on the random numbers generated by VRF
6. Highest net worth at the end of round 3 is the winner
6. The player with the most total assets at the end of round 3 is the winner

## Tech Stack

Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Home: NextPage = () => {
<span className="text-yellow-400">GODL</span> from the vaults based on the random numbers generated by
VRF
</li>
<li className="mb-0">Highest net worth at the end of round 3 is the winner</li>
<li className="mb-0">The player with the most total assets at the end of round 3 is the winner</li>
</ol>
</div>
</div>
Expand Down

0 comments on commit 2ce6ece

Please sign in to comment.