-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2504e82
commit be6aab2
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |