Skip to content

Commit

Permalink
Update networks client setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Jan 7, 2024
1 parent 2504e82 commit be6aab2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion starship.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# - common modules for clis (jq/dasel/base32cli/etc), never speific for specific chain
# - common bash scripts for cosmos sdk/polkadot chains init/gen/run/clean up/teardown
# - sure NO process manager integration/modules
# - sure NO process manager integration/modules

# dasel put --type=string --write=toml --file="$CONFIG_FOLDER"/client.toml --value "test" "keyring-backend"
# dasel put --type=string --write=toml --file="$CONFIG_FOLDER"/client.toml --value "json" "output"
# dasel put --type=string --write=toml --file="$CONFIG_FOLDER"/client.toml --value "${env.NODE}" "node"
# dasel put --type=string --write=toml --file="$CONFIG_FOLDER"/client.toml --value "${env.CHAIN_ID}" "chain-id"
# dasel put --type=string --write=toml --file="$CONFIG_FOLDER"/client.toml --value "sync" "broadcast-mode"

0 comments on commit be6aab2

Please sign in to comment.