Initialize the environment variables defined in the env.sh file
env.sh
The list of environment variables initialized includes:
RPC node used for blockchain communication
Preferred gas fees
Account to be used for deployment purposes
Update the env.sh file with customized values if necessary
Note - enter this command on each new environment/shell session to initialize variables
source env.sh
Last updated 2 years ago