Skip to content

Commit

Permalink
fix: change links to se-2 challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed Jul 12, 2024
1 parent d808585 commit 1659f68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,21 @@ const Home: NextPage<{
name="Build a DEX"
src="/assets/chall-dex.png"
description="πŸ’΅ Build an exchange that swaps ETH to tokens and tokens to ETH."
link="https://github.com/scaffold-eth/scaffold-eth-challenges/tree/challenge-4-dex"
link="https://github.com/scaffold-eth/se-2-challenges/tree/challenge-4-dex"
/>
<Card
num={5}
name="State Channels"
src="/assets/chall-state.png"
description="🐌 The Ethereum blockchain has great decentralization & security properties. These properties come at a price!"
link="https://github.com/scaffold-eth/scaffold-eth-challenges/tree/challenge-9-state-channels"
link="https://github.com/scaffold-eth/se-2-challenges/tree/challenge-5-state-channels"
/>
<Card
num={6}
name="Multi-Sig Wallet"
name="Multisig Wallet"
src="/assets/chall-multisig.png"
description="πŸ‘©β€πŸ‘©β€πŸ‘§β€πŸ‘§ Using a smart contract as a wallet we can secure assets by requiring multiple accounts to 'vote' on transactions."
link="https://github.com/scaffold-eth/scaffold-eth-challenges/tree/challenge-5-multisig"
link="https://github.com/scaffold-eth/se-2-challenges/tree/challenge-6-multisig"
/>
</div>
</div>
Expand Down

0 comments on commit 1659f68

Please sign in to comment.