-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
225 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"title": "ParamChange: Change Block Params to Match Cosmos Hub", | ||
"metadata": "Change Block Params", | ||
"summary": "This proposal changes the max gas and block size to match the Cosmos Hub.", | ||
"messages": [ | ||
{ | ||
"@type": "/cosmos.consensus.v1.MsgUpdateParams", | ||
"authority": "stride10d07y265gmmuvt4z0w9aw880jnsr700jefnezl", | ||
"block": { | ||
"max_bytes": "2000000", | ||
"max_gas": "100000000" | ||
}, | ||
"evidence": { | ||
"max_age_num_blocks": "100000", | ||
"max_age_duration": "172800s", | ||
"max_bytes": "1048576" | ||
}, | ||
"validator": { | ||
"pub_key_types": [ | ||
"ed25519" | ||
] | ||
} | ||
} | ||
], | ||
"deposit": "1000000000ustrd" | ||
} |
Oops, something went wrong.