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

Implement chain integration without DapiDataRegistry #3

Closed
Siegrift opened this issue Oct 3, 2023 · 0 comments · Fixed by #11
Closed

Implement chain integration without DapiDataRegistry #3

Siegrift opened this issue Oct 3, 2023 · 0 comments · Fixed by #11
Assignees

Comments

@Siegrift
Copy link
Collaborator

Siegrift commented Oct 3, 2023

Airseeker should have a chain configuration and read DapiDataRegistry contract for signed data API URL (not yet created) and Api3ServerV1 to fetch the data feed ID from data feed name.

Because the DapiDataRegistry is not yet created, we put the these into the config file. The config section format will be the following:

"__Temporary__DapiDataRegistry": {
  "airnodeToSignedApiUrl": {
    "0xbF3137b0a7574563a23a8fC8badC6537F98197CC": "http://127.0.0.1:8090/"
  },
  "dataFeedIdToBeacons": {
    "0xebba8507d616ed80766292d200a3598fdba656d9938cecc392765d4a284a69a4": [
      {
        "airnode": "0xbF3137b0a7574563a23a8fC8badC6537F98197CC",
        "templateId": "0xcc35bd1800c06c12856a87311dd95bfcbb3add875844021d59a929d79f3c99bd"
      }
    ]
  }
}
@Siegrift Siegrift changed the title Implement chain integration Implement chain integration without DapiDataRegistry Oct 3, 2023
@Siegrift Siegrift self-assigned this Oct 3, 2023
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 a pull request may close this issue.

1 participant