Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Dec 22, 2023
1 parent 35b8dcf commit 39ac9c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ It is also **mandatory** to specify the naming convention for migrations such as
- `migrate` task, which allows you to deploy and automatically verify contracts.
- `migrate:verify` task, which helps you verify already deployed contracts.

> :warning: **Hardhat Config**: Make sure they are follow the docs from `@nomicfoundation/hardhat-verify`.
> [!WARNING]
> **Hardhat Config**: Make sure they are follow the docs from `@nomicfoundation/hardhat-verify`.
Do not import `@solarity/hardhat-migrate` and `@nomicfoundation/hardhat-verify`, `@nomicfoundation/hardhat-ethers` together, the etherscan plugin is already included in the migrate plugin.

Expand Down

0 comments on commit 39ac9c0

Please sign in to comment.