Skip to content

Commit

Permalink
Update OptimisticTokenVotingPlugin.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop authored Jul 31, 2024
1 parent 27a12de commit ac20693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OptimisticTokenVotingPlugin.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ contract OptimisticTokenVotingPlugin is
/// @param minDuration The minimum duration of the proposal vote in seconds.
/// @param l2InactivityPeriod The age in seconds of the latest block, after which the L2 is considered unavailable.
/// @param l2AggregationGracePeriod The amount of extra seconds to allow for L2 veto bridging after `vetoEndDate` is reached.
/// @param skipL2 Defines wether the plugin should ignore the voting power bridged to the L2, in terms of the token supply and L2 votes accepted. NOTE: This may affect ongoing proposals.
struct OptimisticGovernanceSettings {
uint32 minVetoRatio;
uint64 minDuration;
Expand Down

0 comments on commit ac20693

Please sign in to comment.