Skip to content

Commit

Permalink
Merge branch 'fraccaman/fix-e2e-proposal-submission' (#1652)
Browse files Browse the repository at this point in the history
* fraccaman/fix-e2e-proposal-submission:
  fix: increase the genesis parameter
  • Loading branch information
brentstone committed Jul 4, 2023
2 parents 9789cac + 77dfe09 commit 3d10615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genesis/e2e-tests-single-node.toml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ validator_stake_threshold = "1"
# minimum amount of nam token to lock
min_proposal_fund = 500
# proposal code size in bytes
max_proposal_code_size = 500000
max_proposal_code_size = 1000000
# min proposal period length in epochs
min_proposal_period = 3
# max proposal period length in epochs
Expand Down

0 comments on commit 3d10615

Please sign in to comment.