-
I was following the tutorial but using the hardhat 2.10.2 version. I notice that |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
make sure you import network from hardhat in your deploy file like so:
|
Beta Was this translation helpful? Give feedback.
-
On Sat, 27 Aug 2022 at 9:17 AM, Sidharth ***@***.***> wrote:
make sure you import network from hardhat in your deploy file like so:
const {
getNamedAccounts,
deployments,
network,
run,
ethers,
} = require("hardhat");
—
Reply to this email directly, view it on GitHub
<#2100 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGJITP2FYP4QGN36TQXU2TTV3HFLNANCNFSM57Y2CIRQ>
.
You are receiving this because you authored the thread.Message ID:
<smartcontractkit/full-blockchain-solidity-course-js/repo-discussions/2100/comments/3488418
@github.com>
The issue happen in my hardhat.config
|
Beta Was this translation helpful? Give feedback.
-
The easiest alternative is just installing a version of hardhat that has blockConfirmation. Try installing hardhat version 2.9.3 with |
Beta Was this translation helpful? Give feedback.
-
I sorted out my issue here NomicFoundation/hardhat#3025 (comment) |
Beta Was this translation helpful? Give feedback.
I sorted out my issue here NomicFoundation/hardhat#3025 (comment)