Skip to content

Commit

Permalink
fix genesis (#10371)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecsavvy authored Nov 6, 2024
1 parent ff7b841 commit b68bed1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions pkg/core/config/genesis/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"max_gas": "10000000"
},
"evidence": {
"max_age_num_blocks": "0",
"max_age_duration": "0"
"max_age_num_blocks": "100000",
"max_age_duration": "172800000000000",
"max_bytes": "1572864"
},
"validator": {
"pub_key_types": [
Expand Down
5 changes: 3 additions & 2 deletions pkg/core/config/genesis/stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"max_gas": "10000000"
},
"evidence": {
"max_age_num_blocks": "0",
"max_age_duration": "0"
"max_age_num_blocks": "100000",
"max_age_duration": "172800000000000",
"max_bytes": "1572864"
},
"validator": {
"pub_key_types": [
Expand Down

0 comments on commit b68bed1

Please sign in to comment.