hardhat ignition with script working with testnet but failed with localhost node network
when i run with testnet i get this
invalid BytesLike value (argument=”value”, value=[ ], code=INVALID_ARGUMENT, version=6.12.1)
While testing the Raffle contract, I am getting error in the line written “await network.provider.send(“evm_increaseTime”, [ethers.toNumber(interval) + 1]); await network.provider.send(“evm_mine”, []);”