Multiple scripts with hardhat run
I have split my deployment script in multiple scripts. So, deployed contracts are decoupled and can be combined depending on the target environment. For the hardhat environment, I am trying to run 2 scripts, one after other. Something as:
How to add random wallet to the hardhat network during test on-the-fly?
By default hardhat provides 20 signer accounts for testing.
Is it possible to create random wallet on-the-fly and then connect it to hardhat network for testing?