Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed May 13, 2024
1 parent dc8452f commit c20aa38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion network/init-neutrond.sh
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,8 @@ set_genesis_param escrow_account_address "\"$DAO_CONTRACT_ADDRESS
set_genesis_param sudo_call_gas_limit "\"1000000\"" # contractmanager
set_genesis_param max_gas "\"1000000000\"" # consensus_params
set_genesis_param vote_extensions_enable_height "\"1\"" # consensus_params
set_genesis_param market_admin "\"$ADMIN_MODULE_ADDRESS\"," # marketmap
set_genesis_param_jq ".app_state.marketmap.params.admin" "\"$ADMIN_MODULE_ADDRESS\"" # marketmap
set_genesis_param_jq ".app_state.marketmap.params.market_authorities" "[\"$ADMIN_MODULE_ADDRESS\"]" # marketmap

if ! jq -e . "$GENESIS_PATH" >/dev/null 2>&1; then
echo "genesis appears to become incorrect json" >&2
Expand Down

0 comments on commit c20aa38

Please sign in to comment.