Docker run
Using the same ENV variables, run the feeder with
DEPLOYED_CONTRACT
initially empty:
Retrieve the logs to get the deployed contract address. See the expected logs here.
Stop the container, update the
DEPLOYED_CONTRACT
value, and restart:
Retrieve the logs to verify the container is running as expected
For additional environment variable configurations, refer to Adding Exchange Pairs and Watchdog environment variables.
Last updated