# This is a TOML config file. # For more information, see https://github.com/toml-lang/toml fast_sync = true db_backend = "leveldb" api_addr = "0.0.0.0:8888" chain_id = "solonet" [p2p] laddr = "tcp://0.0.0.0:56658" seeds = "127.0.0.1:56659"