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

Update nomiclabs to nomicfoundation #546

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ if you use `ethers.js` we recommend you also install `hardhat-deploy-ethers` whi


```bash
npm install --save-dev @nomiclabs/hardhat-ethers hardhat-deploy-ethers ethers
npm install --save-dev @nomicfoundation/hardhat-ethers hardhat-deploy-ethers ethers
```

More details on `hardhat-deploy-ethers` repo: https://github.com/wighawag/hardhat-deploy-ethers#readme
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ task(TASK_NODE, 'Starts a JSON-RPC server on top of Hardhat EVM')
throw new HardhatPluginError(
`
Unsupported network for JSON-RPC server. Only hardhat is currently supported.
hardhat-deploy cannot run on the hardhat provider when defaultNetwork is not hardhat, see https://github.com/nomiclabs/hardhat/issues/1139 and https://github.com/wighawag/hardhat-deploy/issues/63
hardhat-deploy cannot run on the hardhat provider when defaultNetwork is not hardhat, see https://github.com/NomicFoundation/hardhat/issues/1139 and https://github.com/wighawag/hardhat-deploy/issues/63
you can specify hardhat via "--network hardhat"
`
);
Expand Down