From de0faef93309b0fddb2df3215eed429b95da826c Mon Sep 17 00:00:00 2001 From: tommytrg Date: Thu, 22 Feb 2024 17:25:45 +0100 Subject: [PATCH] docs: update readme --- README.md | 9 +++++++++ packages/api/readme.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e69de29b..1f87b8a2 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ +# Data Feeds Explorer + +## Feeds Configuration File + +The configuration file for the monitored networks is located the [API package](https://github.com/witnet/data-feeds-explorer/blob/main/packages/api/src/dataFeedsRouter.json). + +The networks still using the old witnet price router are marked using legacy: true in the network configuration. The feeds key consists of a map with the default values of the existing price feeds. According to that, the price feeds deployed using the default configuration have been deleted from the network feeds section. If a feed configuration appears in the network feeds, it will overwrite the default configuration. + +All the available price feeds in a network called the supportedFeeds method. \ No newline at end of file diff --git a/packages/api/readme.md b/packages/api/readme.md index e6f16a7b..8ac16473 100644 --- a/packages/api/readme.md +++ b/packages/api/readme.md @@ -1 +1 @@ -# apollo-server + mongodb + jest boilerplate +# Data Feeds Explorer Api