Skip to content

Commit

Permalink
Updating the example .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Nov 29, 2024
1 parent 4080713 commit 86a4ce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ TIME_LOCK_PERIOD="604800" # in seconds (7 days)
L2_INACTIVITY_PERIOD="600" # in seconds (10 minutes)
L2_AGGREGATION_GRACE_PERIOD="172800" # in seconds (2 days)
SKIP_L2=true # Determines whether vote aggregation from the L2 will be disabled
MIN_STD_PROPOSAL_DURATION="864000" # in seconds (10 days)
MIN_STD_APPROVALS="5" # How many multisig approvals are required
MIN_EMERGENCY_APPROVALS="10" # How many emergency multisig approvals are required
MIN_STD_PROPOSAL_DURATION="1209600" # in seconds (14 days)
MIN_STD_APPROVALS="3" # How many multisig approvals are required
MIN_EMERGENCY_APPROVALS="6" # How many emergency multisig approvals are required
MULTISIG_PROPOSAL_EXPIRATION_PERIOD="864000" # How long until a pending proposal expires (10 days)

# TAIKO's PARAMETERS
Expand Down

0 comments on commit 86a4ce9

Please sign in to comment.