-
Notifications
You must be signed in to change notification settings - Fork 20
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
Initialize Orakl Network API through orakl-cli
#336
Initialize Orakl Network API through orakl-cli
#336
Conversation
{ | ||
"function": "PARSE", | ||
"args": ["result", "list"] | ||
"name": "Bybit-ticker-BTC-USDT", |
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.
General structure in naming of feeds looks like CEXName-X-Y
Is there any reason why we put ticker
in only Bybit
?
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.
This is good finding! It is mistake.
At some point I thought there were more queries than one for Bybit, therefore I wanted to distinguish between them. Then, I realized I was wrong but did not fix this one. If you have time, can you please make a bugfix 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.
Sure. I will create an issue and fix it.
LGTM! |
Description
This PR connects
orakl-cli
with Orakl Network API to enable creation of:Chain
(list, insert, remove)Adapter
(list, insert, remove)Aggregator
(list, insert, remove)Environment variable
ORAKL_NETWORK_API_URL
- URL to connect to Orakl Network APIIt will be necessary to implement validation of inserter adapter and aggregator #339
Type of change
Checklist before requesting a review
Deployment