Kubernetes
Create a Kubernetes
Deployment
manifest. Replace<VERSION>
with the desired version:
For additional environment variable configurations, refer to Adding Exchange Pairs and Watchdog environment variables.
Run the feeder with
DEPLOYED_CONTRACT
set to an empty string (""
) in the Kubernetes manifest.
Monitor the logs for the deployed contract address. See the expected logs here.
Update the
DEPLOYED_CONTRACT
value in the manifest with the retrieved contract address.Apply the updated manifest:
Last updated