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

Strategy network is null, while IPFS got a network #278

Closed
ChaituVR opened this issue Mar 28, 2022 · 0 comments · Fixed by #279
Closed

Strategy network is null, while IPFS got a network #278

ChaituVR opened this issue Mar 28, 2022 · 0 comments · Fixed by #279
Assignees

Comments

@ChaituVR
Copy link
Member

ChaituVR commented Mar 28, 2022

Related to snapshot-labs/score-api#283
Try running

query Proposal {
  proposal(id:"0xe20d1acb3c302890f4bfe07098a9f06511dbbdcea26f1af4f5f04707a038ab19") {
    id
    scores_by_strategy
    scores
    scores_total
    scores_updated
    strategies {
      name
      network
      params
    }
    space {
      id
      strategies {
        network
        name
        params
      }
    }
    network
  }
}

network in strategies is null while space.strategies got a network and also proposal's IPFS got network https://gateway.ipfs.io/ipfs/Qmb5E6AUCWiZff5ddNJEgDnUDkWCWM26AYnUs9QXxrNT9w

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