Changing the network between hardhat, local, rinkeby and/or mainnet needs to be done in multiple places.
Why is this needed?
To reduce user error and to simplify changing networks for testing and deployment.
Proposed Solution or API
Create a setup script that user selects the network they are using. The script then creates or updates a .env file for changes in multiple places in the project.
Description
Changing the network between hardhat, local, rinkeby and/or mainnet needs to be done in multiple places.
Why is this needed?
To reduce user error and to simplify changing networks for testing and deployment.
Proposed Solution or API
Create a setup script that user selects the network they are using. The script then creates or updates a .env file for changes in multiple places in the project.
Additional Information
No response