Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Fix typo in ch02-09-starknet-js.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés Romero authored Feb 13, 2024
1 parent c3e67bd commit 50e699a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch02-09-starknet-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ To facilitate the deployment of the account contract, three key files are necess

- `utils.ts`: This file will contain the functions and logic for deployment.
- `deploy.ts`: This is the main deployment script.
- `l2-eth-abi.json`: his file will hold the ABI (Application Binary Interface) for the account contract.
- `l2-eth-abi.json`: This file will hold the ABI (Application Binary Interface) for the account contract.

## STEP 2: Import Required Modules and Functions

Expand Down

0 comments on commit 50e699a

Please sign in to comment.