Skip to content

Commit

Permalink
chore: update VE enabled in local.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Jan 30, 2025
1 parent c17ae4c commit a006de9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ if ! [ -f .duke/data/priv_validator_state.json ]; then
touch $TEMP && jq '.app_state.wormhole.config.gov_chain = 1' .duke/config/genesis.json > $TEMP && mv $TEMP .duke/config/genesis.json
touch $TEMP && jq '.app_state.wormhole.config.gov_address = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ="' .duke/config/genesis.json > $TEMP && mv $TEMP .duke/config/genesis.json
touch $TEMP && jq '.app_state.wormhole.guardian_sets = {"0":{"addresses":["vvpCnVfNGLf4pNkaLamrSvBdD74="],"expiration_time":0}}' .duke/config/genesis.json > $TEMP && mv $TEMP .duke/config/genesis.json
touch $TEMP && jq '.consensus.params.abci.vote_extensions_enable_height = "1"' .duke/config/genesis.json > $TEMP && mv $TEMP .duke/config/genesis.json

nobled genesis gentx validator 1000000ustake --chain-id "duke-1" --home .duke --keyring-backend test &> /dev/null
nobled genesis collect-gentxs --home .duke &> /dev/null
Expand Down

0 comments on commit a006de9

Please sign in to comment.