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

Closed
maikReal opened this issue Sep 16, 2024 · 1 comment · Fixed by #2284
Closed

Graph integration #2245

maikReal opened this issue Sep 16, 2024 · 1 comment · Fixed by #2284
Assignees
Labels
enhancement New feature or request v1.36.0 Release v1.36.0

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 mentioned this issue Oct 4, 2024
4 tasks
@maikReal
Copy link
Collaborator Author

@isstuev Can you please change copies on the popup for the following one: "This dapp uses a subgraph powered by The Graph"

@github-actions github-actions bot added pre-release Tasks in pre-release right now v1.36.0 Release v1.36.0 and removed pre-release Tasks in pre-release right now labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v1.36.0 Release v1.36.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants