Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(contracts): Fix typos #802

Merged
merged 2 commits into from
Nov 15, 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
4 changes: 2 additions & 2 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ And run the tests with forge test:
forge test
```

And get the coverage with fotge coverage:
And get the coverage with forge coverage:

```bash
forge coverage
Expand Down Expand Up @@ -100,7 +100,7 @@ network files describing the deployed contracts.

### Verify with arguments

Change the arguments you want to use fpr the verify action in `contracts/script/arguments.ts`, then run:
Change the arguments you want to use for the verify action in `contracts/script/arguments.ts`, then run:

```
npx hardhat verify --network NETWORK_NAME CONTRACT_ADDRESS --constructor-args contracts/script/arguments.ts
Expand Down
Loading