Export env vars of the format NETWORKNAME_RPC_URL e.g. export POLYGON_RPC_URL=https://polygon-rpc.com
In case you have an Infura project, you need to also export the WEB3_INFURA_PROJECT_ID variable alongside the base rpc urls.
What if I want to use another rpc provider? Or my own network ? Who do I know what ENV to use for EWC? etc...
Ocean.py should not deal with ENVs, it should use the rpc in the following way:
Quote from README:
What if I want to use another rpc provider? Or my own network ? Who do I know what ENV to use for EWC? etc...
Ocean.py should not deal with ENVs, it should use the rpc in the following way:
where get_config_dict should: