Description
The purpose of this component is to display high-level information about the state of Mento governance. This data is visible to anyone without connecting a wallet.
This story covers only 3/4 of the items there which can be currently worked on:
Total count of all proposals that were ever published onchain:
count query on the proposals in graphql
Count of proposals that are in voting stage;
count query on the proposals with a filter on endBlock < currentBlock in graphql
Total amount of veMENTO across all holders.
view call on the Locking.sol contract totalSupply
The 4th depends on extending the graphql schema and will be worked on separately in another issue.
Description The purpose of this component is to display high-level information about the state of Mento governance. This data is visible to anyone without connecting a wallet. This story covers only 3/4 of the items there which can be currently worked on:
proposals
in graphqlproposals
with a filter onendBlock < currentBlock
in graphqltotalSupply
The 4th depends on extending the graphql schema and will be worked on separately in another issue.
Component design in Figma