oSnap module can be deployed with rules containing arbitrary string for vote quorum. This can cause ambiguity when verifying proposal if the quorum value was not number.
Implementation
Restricts votingQuorum param to accept only uint256 when deploying new oSnap module.
Fix a bug
Bug Report
oSnap module can be deployed with rules containing arbitrary string for vote quorum. This can cause ambiguity when verifying proposal if the quorum value was not number.
Implementation
Restricts votingQuorum param to accept only uint256 when deploying new oSnap module.