Custom parameters #4017
shinjiikari256
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a duplicate of my issue. But I see that ideas need to be created in discussions now.
And I'm still wondering if it's possible to implement it and if it's a useful idea.
Which problem is this feature trying to solve?
I have a DAO that owns a simple contract that uses numeric parameters.
Participants can vote for changes to these parameters.
I want to take this vote out in a Snapshot.
But there is a problem of applying the results.
I need to guarantee that the change will be consistent with the voting results.
I think it would be possible to use ChainLink to request voting data from Snapshot, including the required values.
What is the expected solution?
When creating a voting, I can add fields defined in the space configuration (input, select).
And these fields are added to the GraphQL model.
Beta Was this translation helpful? Give feedback.
All reactions