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
feat: added the submitter arg to vote proposal data (#37) 8aaca9b
Notes
Added the submitter argument to the prepareVoteProposalData function, this is usually used to encode data to pass as data argument for DAO proposals that rely on Offchain voting. There is no need to save the submitter in the Snapshot Hub or add it to the erc712 domain types. The submitter address needs to match the address of the signer of the snapshot proposal message.