I use a simple contract , and i need publish it to test net, when i use hardhat
npx hardhat run ./scripts/deploy.ts --network dev
and the console always show:
hardhat:core:hre Creating provider for network dev +4s
Can someone tell me some possible reasons