📬Price feeder (✔️Oracle)

Docs - https://github.com/ojo-network/price-feeder

# 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/amd64

Create 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