Configure the Connect price oracle service for your Neutron validator
$USER
with your actual username and adjust the path to the Connect binary as needed. The --market-map-endpoint
should point to your node’s gRPC port.app.toml
file to enable the oracle:
[oracle]
section and update it:
true
for boolean values, not capitalized True
. Also ensure gRPC is enabled in your app.toml
.Check Connect Logs
Check Oracle Metrics
Success
values increasing, your setup is working correctly.Missing Prices
WebSocket Errors
Configuration Issues
market-map-endpoint
in your configuration points to the correct gRPC port of your Neutron node.app.toml
use lowercase true
not capitalized True
.