Skip to content

Commit

Permalink
Minor comment in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Dec 14, 2023
1 parent c4ea7e0 commit 2136494
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ localnet_regenesis: ## Regenerate the localnet genesis file
mkdir -p $(POKTROLLD_HOME)/config/
cp -r ${HOME}/.poktroll/keyring-test $(POKTROLLD_HOME)
cp ${HOME}/.poktroll/config/*_key.json $(POKTROLLD_HOME)/config/
cp ${HOME}/.poktroll/config/genesis.json $(POKTROLLD_HOME)/config/
# TODO_BLOCKER(@okdas): Figure out how to copy these over w/ a functional state.
# cp ${HOME}/.poktroll/config/app.toml $(POKTROLLD_HOME)/config/app.toml
# cp ${HOME}/.poktroll/config/config.toml $(POKTROLLD_HOME)/config/config.toml
# cp ${HOME}/.poktroll/config/client.toml $(POKTROLLD_HOME)/config/client.toml

###############
### Linting ###
Expand Down
9 changes: 3 additions & 6 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ accounts:
mnemonic: "baby advance work soap slow exclude blur humble lucky rough teach wide chuckle captain rack laundry butter main very cannon donate armor dress follow"
coins:
- 999999999999999999upokt
- name: sequencer2
- name: sequencer1
mnemonic: "creek path rule retire evolve vehicle bargain champion roof whisper prize endorse unknown anchor fashion energy club sauce elder parent cotton old affair visa"
coins:
- 900000000000000upokt
Expand Down Expand Up @@ -58,13 +58,10 @@ client:
openapi:
path: docs/static/openapi.yml
validators:
- name: sequencer2
- name: sequencer1
bonded: 900000000upokt
config:
moniker: "sequencer2"
consensus:
timeout_commit: "5s"
timeout_propose: "5s"
moniker: "sequencer1"

# We can persist arbitrary genesis values via 1 to 1 mapping to genesis.json
genesis:
Expand Down

0 comments on commit 2136494

Please sign in to comment.