When rolling out a new verification key, we print the new key to the console but the user is responsible for adding it to its code or environment.
We could simplify this process by storing the public key in the configuration file. The dispatch run
command could then read it from the file and automatically set it as an environment variable.
Relates to #6