PaulRBerg / hardhat-template

Hardhat-based template for developing Solidity smart contracts
MIT License
1.96k stars 559 forks source link

running tests doesn't work on test networks #166

Closed bullishgopher closed 1 year ago

bullishgopher commented 1 year ago

If I run the tests on the hardhat local network, it works fine. But if I try it on Goerli or Sepolia network, it fails due to "@nomicfoundation/hardhat-network-helpers" package. Can you please provide me with a solution? @PaulRBerg

image
PaulRBerg commented 1 year ago

You should ask for help in the Hardhat Discord server.

bullishgopher commented 1 year ago

Ok, thanks