Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit d9c9a32

Browse files
fix: fixed erc20 tutorial command (#901)
Co-authored-by: Nicolas Villanueva <nicolasvillanueva@msn.com>
1 parent a45c280 commit d9c9a32

File tree

1 file changed

+1
-1
lines changed
  • docs/build/tutorials/smart-contract-development/paymasters

1 file changed

+1
-1
lines changed

docs/build/tutorials/smart-contract-development/paymasters/erc20fixed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Each paymaster should implement the `IPaymaster` interface. We will be using `zk
3636
Using `zksync-cli` create a new project with required dependencies:
3737

3838
```bash
39-
npx hardhat@latest create-project erc20FixedPaymaster
39+
npx zksync-cli@latest create erc20FixedPaymaster
4040
```
4141

4242
Choose `Hardhat + Solidity` to setup our project repository. The contract we will be adjusting exists under `/contracts/ApprovalPaymaster.sol` and can be renamed to `ERC20fixedPaymaster.`

0 commit comments

Comments
 (0)