Created
August 25, 2021 01:09
-
-
Save O1ahmad/965abaf5652bf903b6bf564984b8fe09 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# This is a TOML config file. | |
# For more information, see https://github.com/toml-lang/toml | |
############################################################################### | |
### Client Configuration ### | |
############################################################################### | |
# The network chain ID | |
chain-id = "" | |
# The keyring's backend, where the keys are stored (os|file|kwallet|pass|test|memory) | |
keyring-backend = "os" | |
# CLI output format (text|json) | |
output = "text" | |
# <host>:<port> to Tendermint RPC interface for this chain | |
node = "tcp://localhost:26657" | |
# Transaction broadcasting mode (sync|async|block) | |
broadcast-mode = "sync" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment