When hardhat is executing a task, an error occurs when accessing the contract mapping to obtain the account balance #6072
Labels
status:needs-more-info
There's not enough information to start working on this issue
node version:v20.18.1
npm version:10.8.2
os:ubuntu 22.04
hardhat version:2.22.17
Error description:
When hardhat executes the run javascript script to deploy contracts and crowdfund, it can obtain the crowdfunding amount of the account through the address. However, when the contract deployment module and the contract interaction module are separated into two tasks, the interaction module attaches the contract address of the contract deployment module, and an error occurs when obtaining the crowdfunding amount of the account through the address.
Error phenomenon:
The text was updated successfully, but these errors were encountered: