Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jawad Tariq <[email protected]>
  • Loading branch information
JDawg287 committed Mar 4, 2024
1 parent 11d4010 commit 3cd6cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ npm run build
To build different Typechain target:

```
npx hardhat typechain --typechain-target target
npx hardhat compile --typechain-target target
```

Where `target` can be `ethers-v6`, `web3-v1`etc.
Expand All @@ -73,7 +73,7 @@ export TYPECHAIN_TARGET=web3-v1
```
- By setting the `--typechain-target` command line option
```bash
npx hardhat typechain --typechain-target web3-v1
npx hardhat compile --typechain-target web3-v1
```
- By setting the `typechain` field in `hardhat.config.ts`
```typescript
Expand Down

0 comments on commit 3cd6cd6

Please sign in to comment.