Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for networks using WitnetFeeds contract #368

Merged
merged 2 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion packages/api/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# apollo-server + mongodb + jest boilerplate
# Data Feeds Explorer Api
Loading
Loading