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 wardend

Manual Installation

Auto Installation

If you want to use this, make sure you do the setup above first

Check Verify Connect

Delete Slinky

Last updated