📬Price feeder (✔️Oracle)
Docs - https://github.com/ojo-network/price-feeder
In this example:
a separate wallet is used (not the validator's wallet)
keyring-backend set os
a separate wallet is attached to the validator and Environment="PRICE_FEEDER_PASS=$PASS" is added to the service file
a separate wallet should have coins for commissions
the validator must be in the active set
# install binary
cd $HOME
git clone https://github.com/ojo-network/price-feeder && cd price-feeder
git checkout v0.1.1
make install
price-feeder version
# version: HEAD-5d46ed438d33d7904c0d947ebc6a3dd48ce0de59
# commit: 5d46ed438d33d7904c0d947ebc6a3dd48ce0de59
# sdk: v0.46.7
# go: go1.19.4 linux/amd64Create a directory and download the default config
Create a separate wallet for Feeder and replenish its balance
Set variables
Set up price-feeder.toml (if necessary, change RPC and gRPC ports)
Create a service file
If your validator is not in the active set, you will see the following logs:

Once the validator is in the active set, the logs will be as follows:

Delegate authority to a separately created wallet OJO_FEEDER_ADDR
Making changes to price-feeder.toml
Last updated