wormhole/wormchain/build/config/client.toml

17 lines
640 B
TOML

# Tendermint client config
###############################################################################
### Client Configuration ###
###############################################################################
# The network chain ID
chain-id = "wormchain"
# The keyring's backend, where the keys are stored (os|file|kwallet|pass|test|memory)
keyring-backend = "test"
# CLI output format (text|json)
output = "text"
# <host>:<port> to Tendermint RPC interface for this chain
node = "tcp://0.0.0.0:26657"
# Transaction broadcasting mode (sync|async|block)
broadcast-mode = "block"