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

Fix typo in ch02-09-starknet-js.md #319

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading