Skip to content

Commit

Permalink
update testnet-external/pregenesis.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ttl33 committed Oct 19, 2023
1 parent 68fd12e commit 0cc97cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/testing/testnet-external/pregenesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ function overwrite_genesis_public_testnet() {
dasel put -t string -f "$GENESIS" '.app_state.gov.params.quorum' -v '0.33400' # 33.4%
dasel put -t string -f "$GENESIS" '.app_state.gov.params.threshold' -v '0.50000' # 50%
dasel put -t string -f "$GENESIS" '.app_state.gov.params.veto_threshold' -v '0.33400' # 33.4%
dasel put -t string -f "$GENESIS" '.app_state.gov.params.min_initial_deposit_ratio' -v '0.20000' # 20%
}

create_pregenesis_file() {
Expand Down

0 comments on commit 0cc97cc

Please sign in to comment.