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

Price feed request for SKL token #75

Closed
wants to merge 4 commits into from

Conversation

manuelbarbas
Copy link

@manuelbarbas manuelbarbas commented Oct 13, 2023


name: Price feed request
about: ""
title: "SKL data feed"
labels: ""
assignees: ""

Description

SKLdata feed added.
I updated jobs.json and collections.json according to contributing guide.

Type of change

Please mark the options that apply to this PR.

  • New job
  • New collection
  • API is valid, example API response:
  • This change requires a documentation update

Checklist:

  • I have performed a self-review of my own code and it conforms with the formatting
  • I have added tests that prove my Job/Collection is valid and all tests are passing
  • I have made corresponding changes to the documentation

mainnet/jobs.json Outdated Show resolved Hide resolved
yohanelly95
yohanelly95 previously approved these changes Oct 31, 2023
@yohanelly95
Copy link
Member

hey @manuelbarbas there are some conflicts that need to be resolved. Could you rebase with upstream master, thank you!

"power": 2,
"selectorType": 0,
"name": "sklusd_cryptocompare",
"selector": "[USD]",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here the selector should be USD instead of [USD] to get the correct value from API.

},
{
"weight": 1,
"power": 2,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update power for all these SKALE jobs to 6 for better precision
@manuelbarbas

{
"jobIDs": [11, 12, 13, 14, 15],
"aggregationMethod": 2,
"power": 2,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you update power for all SKALE jobs to 6, you need to update the power for collection to 6 as well
@manuelbarbas

@manuelbarbas
Copy link
Author

Hey @Yashk767

Just added the requested changes.

Thank you

@@ -1,82 +1,122 @@
[
{
"weight": 1,
"power": 2,
"power": 6,
Copy link
Member

@yohanelly95 yohanelly95 May 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey @manuelbarbas the power for eth jobs should remain unchanged, it was only required for the SKL token.

@yohanelly95
Copy link
Member

Stale PR, the PR to add SKL token needs to be recreated @manuelbarbas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants