Skip to content

Commit

Permalink
Fix bobZkSyncWallet to match answer validation (CryptozombiesHQ#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
amimaro authored Jan 17, 2022
1 parent e8d63d9 commit 3f232b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/17/11.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ console.log(`Bob's initial balance on Rinkeby is: ${ethers.utils.formatEther(awa
* The first parameter should be Bob's private key, you can grab it from the `process.env.BOB_PRIVATE_KEY` environment variable
* The name of the `const` variable used to store the wallet should be `bobRinkebyWallet`.
2. Show Bob's address on Rinkeby and his initial balance.
3. Before we wrap up this chapter, let's create a zkSync wallet for Bob. Declare a `const` variable named `bobZkSync` wallet, and set it to `await utils.initAccount(bobRinkebyWallet, zkSyncProvider, zksync)`
3. Before we wrap up this chapter, let's create a zkSync wallet for Bob. Declare a `const` variable named `bobZkSyncWallet`, and set it to `await utils.initAccount(bobRinkebyWallet, zkSyncProvider, zksync)`

0 comments on commit 3f232b7

Please sign in to comment.