Skip to content

Commit

Permalink
feat: modify LOCK_PERIOD_FOR_TOKEN_RECOVER to 300 second
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinlink committed Oct 11, 2024
1 parent f43c9a5 commit c599aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def testnet():
propose_start_threshold = "10_000_000 ether"
init_min_period_after_quorum = "uint64(1 hours / BLOCK_INTERVAL)"
init_minimal_delay = "6 hours"
lock_period_for_token_recover = "1 days"
lock_period_for_token_recover = "300 seconds"

stake_hub_protector = "0x30151DA466EC8AB345BEF3d6983023E050fb0673"
governor_protector = "0x30151DA466EC8AB345BEF3d6983023E050fb0673"
Expand Down

0 comments on commit c599aa4

Please sign in to comment.