Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-l1-l2
Browse files Browse the repository at this point in the history
  • Loading branch information
uF4No authored Aug 19, 2024
2 parents f27f609 + 1ae6d4b commit b2f94b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/tutorials/cross-chain-governance/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This tutorial shows you how to implement communication between L1 and L2 with th
- Make sure your machine satisfies the [system
requirements](https://github.com/matter-labs/era-compiler-solidity/tree/main#system-requirements).
- You are already familiar with deploying smart contracts on ZKsync Era.
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start).
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/start-coding/quick-start).
- You already have some experience working with Ethereum.
- A wallet with sufficient Sepolia `%%zk_testnet_currency_symbol%%` on Ethereum and %%zk_testnet_name%% to pay for deploying smart
contracts. You can get Sepolia ETH from the [network faucets](https://docs.zksync.io/ecosystem/network-faucets).
Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/daily-spend-limit-account/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The daily limit feature prevents an account from spending more ETH than the limi
- [Node.js](https://nodejs.org/en/download/) and [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable)
are installed on your machine.
- You are already familiar with deploying smart contracts on ZKsync Era.
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start).
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/start-coding/quick-start).
- A wallet with sufficient Sepolia `%%zk_testnet_currency_symbol%%` on Ethereum and %%zk_testnet_name%% to pay for deploying smart
contracts. You can get Sepolia ETH from the [network faucets](https://docs.zksync.io/ecosystem/network-faucets).
- Get testnet `ETH` for ZKsync Era using [bridges](https://zksync.io/explore#bridges) to bridge funds to ZKsync.
Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/dapp-nft-paymaster/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ completion, you'll have a fully functional `ERC721GatedPaymaster` contract and a
- Make sure your machine satisfies the [system requirements](https://github.com/matter-labs/era-compiler-solidity/tree/main#system-requirements).
- A [Node.js](https://nodejs.org/en/download) installation running at minimum Node.js version 16.
- You are already familiar with deploying smart contracts on ZKsync Era.
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start).
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/start-coding/quick-start).
- Some background knowledge on the concepts covered by the tutorial would be helpful too. Have a look at the following
docs:
- [Account abstraction protocol](https://docs.zksync.io/build/developer-reference/account-abstraction/design).
Expand Down
4 changes: 1 addition & 3 deletions content/tutorials/erc20-paymaster/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ You will:
- Make sure your machine satisfies the [system requirements](https://github.com/matter-labs/era-compiler-solidity/tree/main#system-requirements).
- A [Node.js](https://nodejs.org/en/download) installation running at minimum Node.js version 16.
- You are already familiar with deploying smart contracts on ZKsync Era.
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start).
- You are already familiar with deploying smart contracts on ZKsync Era.
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/quick-start).
If not, please refer to the first section of the [quickstart tutorial](https://docs.zksync.io/build/start-coding/quick-start).
- Some background knowledge on the concepts covered by the tutorial would be helpful too. Have a look at the following
docs:
- [Account abstraction protocol](https://docs.zksync.io/build/developer-reference/account-abstraction/design).
Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/frontend-paymaster/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In this tutorial we're going to:
directly in our explorer.
You can also get Sepolia USDC or DAI from [the Aave faucet](https://staging.aave.com/faucet/)
and then bridge them to ZKsync using [the ZKsync bridge](https://portal.zksync.io/bridge/?network=sepolia).
- Complete [the ZKsync 101 tutorials](https://docs.zksync.io/build/zksync-101) to deploy a smart contract.
- Complete [the ZKsync 101 tutorials](https://docs.zksync.io/build/start-coding/zksync-101) to deploy a smart contract.

## Setup the project

Expand Down

0 comments on commit b2f94b1

Please sign in to comment.