mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-27 16:55:21 +00:00
18 lines
717 B
TOML
18 lines
717 B
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 = "kavalocalnet_8888-1"
|
||
|
# 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://localhost:26657"
|
||
|
# Transaction broadcasting mode (sync|async|block)
|
||
|
broadcast-mode = "block"
|