You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that I've started working on the proposal listing I am reminded I need to get the DAO proposal ({ flags: ..., adapterAddress: ...}) for a single proposal in useProposalOrDraft. It's not high priority as we already do multicall polling for the proposal state when checking where in the proposal flow it should be, but it would be good to round-out the ProposalData struct we use as this information could be useful on mount.
DAO proposal subgraph
DAO proposal fallback on-chain
The text was updated successfully, but these errors were encountered:
Now that I've started working on the proposal listing I am reminded I need to get the DAO proposal (
{ flags: ..., adapterAddress: ...}
) for a single proposal inuseProposalOrDraft
. It's not high priority as we already do multicall polling for the proposal state when checking where in the proposal flow it should be, but it would be good to round-out theProposalData
struct we use as this information could be useful on mount.The text was updated successfully, but these errors were encountered: