Connect sidecar
Run Connect Sidecar
Please find the connect binary or image based on your deployment preference
From binary: https://github.com/skip-mev/connect/releases/tag/v2.0.1 From image: ghcr.io/skip-mev/connect-sidecar:v2.0.1
To run Connect, which starts the service on the default port of 8080
, enter the following command:
If you are running connect and validator in the same server, it should be like
Verify Connect
To verify Connect is working, run the following command:
The output of the command should look similar to this:
Update Validator Configβ
In order for the application to get prices from Connect, we need to add the following lines under the [oracle]
heading in the app.toml
.
Remember to change the oracle_address
value to the address of your Connect sidecar.
Lastly, restart your validator. For more information, please check https://docs.skip.build/connect/validators/quickstart#run-connect-sidecar
Last updated