File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,21 +109,21 @@ const Home: NextPage<{
109
109
name = "Build a DEX"
110
110
src = "/assets/chall-dex.png"
111
111
description = "💵 Build an exchange that swaps ETH to tokens and tokens to ETH."
112
- link = "https://github.com/scaffold-eth/scaffold-eth -challenges/tree/challenge-4-dex"
112
+ link = "https://github.com/scaffold-eth/se-2 -challenges/tree/challenge-4-dex"
113
113
/>
114
114
< Card
115
115
num = { 5 }
116
116
name = "State Channels"
117
117
src = "/assets/chall-state.png"
118
118
description = "🐌 The Ethereum blockchain has great decentralization & security properties. These properties come at a price!"
119
- link = "https://github.com/scaffold-eth/scaffold-eth -challenges/tree/challenge-9 -state-channels"
119
+ link = "https://github.com/scaffold-eth/se-2 -challenges/tree/challenge-5 -state-channels"
120
120
/>
121
121
< Card
122
122
num = { 6 }
123
- name = "Multi-Sig Wallet"
123
+ name = "Multisig Wallet"
124
124
src = "/assets/chall-multisig.png"
125
125
description = "👩👩👧👧 Using a smart contract as a wallet we can secure assets by requiring multiple accounts to 'vote' on transactions."
126
- link = "https://github.com/scaffold-eth/scaffold-eth -challenges/tree/challenge-5 -multisig"
126
+ link = "https://github.com/scaffold-eth/se-2 -challenges/tree/challenge-6 -multisig"
127
127
/>
128
128
</ div >
129
129
</ div >
You can’t perform that action at this time.
0 commit comments