Skip to content

Commit

Permalink
Update governance config
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Nov 21, 2023
1 parent 6d87d36 commit 358e577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_005_rebranding.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def deployment(deployer, FROM_DEPLOYER, local_provider, is_mainnet, is_fork, is_
{
'contract': governance,
'signature': 'setVotingPeriod(uint256)',
'args': [BLOCKS_PER_DAY * 3] # 3 days
'args': [BLOCKS_PER_DAY * 2] # 2 days
},
{
'contract': governance,
Expand Down

0 comments on commit 358e577

Please sign in to comment.