# 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" # : to Tendermint RPC interface for this chain node = "tcp://0.0.0.0:26657" # Transaction broadcasting mode (sync|async|block) broadcast-mode = "block"