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

Graph integration #2245

Open
maikReal opened this issue Sep 16, 2024 · 0 comments · May be fixed by #2284
Open

Graph integration #2245

maikReal opened this issue Sep 16, 2024 · 0 comments · May be fixed by #2284
Assignees
Labels
enhancement New feature or request

Comments

@maikReal
Copy link
Collaborator

PRODUCT TASK

What to do?

We need to integrate the list of subgraphs for apps in our marketplace on Gnosis
It'll be an experiment with the limited list of dapps on our side, so we need to devise an approach to store this list of subgraphs. I think the best approach is to store this mapping in Github in the following format:

[
  {
    "appId": "balancer",
    "chainsData": [
      {
        "chainId": 100,
        "links": ["url1", "url2"]
      },
      {
        "chainId": 8453,
        "links": ["url1", "url2"]
      }
    ]
  },
  {
    "appId": "aave",
    "chainsData": [
      {
        "chainId": 1,
        "links": ["url1", "url2"]
      },
      {
        "chainId": 10,
        "links": ["url1", "url2"]
      }
    ]
  }
]

All further details in the product task

@maikReal maikReal added the enhancement New feature or request label Sep 16, 2024
@isstuev isstuev self-assigned this Oct 2, 2024
@isstuev isstuev linked a pull request Oct 4, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants