-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix #60: Update READMEs for remote testnet #143
Conversation
@trentmc could you review and let me know if there are any areas that needs to be improved? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small change to do.
Once that's done, go ahead and merge.
I'll make more changes as I go, when I identify opportunities.
- PAIR_FILTER: List of pairs to filter (separated by comma), if empty the app will fetch all available pairs. | ||
- TIMEFRAME_FILTER: Timeframes to filter (separated by comma), if empty the app will fetch all available timeframes. | ||
- SOURCE_FILTER: Price sources filter (separated by comma), if empty the app will fetch all available sources. | ||
- RPC_URL: The RPC URL of the network. | ||
- SUBGRAPH_URL: The Ocean subgraph url. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can delete these lines.
Some envvars are self-documenting. Eg RPC_URL, SUBGRAPH_URL
Some envvars could use a bit of documentation. In that case, do a comment right above the command. (Many other pdr-backend READMEs do this, check it out. (And in some cases, an inline comment will work too.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I noticed that we're missing documentation for filter env vars and how to use them.
This is very important, if they are unset the agents will process all available contracts, even the ones that were not deployed by OPF. I'll create an issue for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #60
Changes proposed in this PR: