Connecting to Test networks
Launch for Baklava
# create file: launch-baklava.shexport CELOTERMINAL_NETWORK_ID=62320
export CELOTERMINAL_ACCOUNTS_DB=home/.celoterminal/celoaccounts-test.db
/Applications/Celo\ Terminal.app/Contents/MacOS/Celo\ Terminal# Make the script executable and run it
> chmod +x ./launch-baklava.sh
> ./launch-baklava.shEnv Variables
CELOTERMINAL_NETWORK_ID - ChainId of the network to connect to.
CELOTERMINAL_NETWORK_URL - Default network URL to connect to.
CELOTERMINAL_ACCOUNTS_DB - Accounts database location. Path must have form of: <home | userData>/<path to the accounts database file>Last updated