Skip to content

Commit

Permalink
Update supported Hardhat version
Browse files Browse the repository at this point in the history
  • Loading branch information
aefhm committed Oct 23, 2023
1 parent f0df109 commit 5158532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/dapp/opl/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ Let's create a new Hardhat project.
:::info
Currently we are compatible with Hardhat up to `2.12.7`. You may need to
Currently we are compatible with Hardhat up to `2.16.0`. You may need to
specify the version of Hardhat to install.

:::

```shell
cd opl-secret-ballot/backend && npx hardhat
cd opl-secret-ballot/backend && npx hardhat init
```

When initializing the Hardhat application, we would like to use the `backend`
Expand Down
2 changes: 1 addition & 1 deletion docs/dapp/sapphire/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ We're going to use Hardhat, but Sapphire should be compatible with your dev
environment of choice. Let us know if things are not as expected!

1. Make & enter a new directory
2. `npx hardhat@~2.16.0` then create a TypeScript project.
2. `npx hardhat@~2.16.0 init` then create a TypeScript project.
3. Add [`@oasisprotocol/sapphire-hardhat`] as dependency:

```shell npm2yarn
Expand Down

0 comments on commit 5158532

Please sign in to comment.