Oracle
First You Need setup this
# Set Vars
WARDEN_GRPC=$(grep -A 10 '\[grpc\]' $HOME/.warden/config/app.toml | grep 'address' | grep -oP '(?<=address = ")[^"]+')
WARDEN_ORACLE_PORT=8050
# Update app.toml with new config
tee -a $HOME/.warden/config/app.toml <<EOF
[oracle]
enabled = "true"
oracle_address = "localhost:${WARDEN_ORACLE_PORT}"
client_timeout = "2s"
metrics_enabled = "true"
EOF
#restart
sudo systemctl restart wardendManual Installation
Auto Installation
Check Verify Connect
Delete Slinky
Last updated