From 27f0a821d749e2ee7e051000a7e2882293d61355 Mon Sep 17 00:00:00 2001 From: Robert Zaremba Date: Thu, 25 Apr 2024 00:36:06 +0200 Subject: [PATCH] cleanup --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a54b759..acb3cbd 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ core differences are as follows: ## Forks - Other Projects that use the Ojo Price Feeder -* [Kujira](https://github.com/team-kujira/oracle-price-feeder) -* [Sei](https://github.com/sei-protocol/sei-chain/tree/master/oracle/price-feeder) +- [Kujira](https://github.com/team-kujira/oracle-price-feeder) +- [Sei](https://github.com/sei-protocol/sei-chain/tree/master/oracle/price-feeder) ## Background @@ -76,8 +76,6 @@ In the PF config file you can set either: - `gas_adjustment` - or `gas_prevote` and `gas_vote` - fixed amount of gas used for `MsgAggregateExchangeRatePrevote` and `MsgAggregateExchangeRateVote` transactions respectively. -## Configuration: `umee-provider-config` - ## Configuration Copy the `price-feeder.example.toml` file to `price-feeder.toml` and update accordingly.