How should I add quorum to my proposal #1175
-
Suggest answers below or vote for an answer. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Quorum settingYou can enter a value in the quorum field Then on the UI, based on the amount of voting power used to vote, you'll see the % that you've reached of the quorum. Quorum pluginWith the quorum plugin you define a quorum, it can be a fixed number or a kind of custom-call function to get a number dynamicly onchain. You can setup it with a static number using params in this format:
Example with Yam here: Or you can use contract call to get a dynamic value with this format: |
Beta Was this translation helpful? Give feedback.
Quorum setting
You can enter a value in the quorum field
Then on the UI, based on the amount of voting power used to vote, you'll see the % that you've reached of the quorum.
For example
https://snapshot.org/#/yam.eth/proposal/0x21ea31e896ec5b5a49a3653e51e787ee834aaf953263144ab936ed756f36609f
Quorum plugin
With the quorum plugin you define a quorum, it can be a fixed number or a kind of custom-call function to get a number dynamicly onchain.
You can setup it with a static number using params in this format:
Example with Yam here:
https://hub.snapshot.org/api/spaces/yam.eth
Or you can use contract call to get a dynamic value with this format: