Skip to content

Instantly share code, notes, and snippets.

@drunkirishcoder
Created December 26, 2022 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drunkirishcoder/982ca92810ca20a819ed5c712f3d1e87 to your computer and use it in GitHub Desktop.
Save drunkirishcoder/982ca92810ca20a819ed5c712f3d1e87 to your computer and use it in GitHub Desktop.
gaiad default client toml
# 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