diff --git a/config/toml.go b/config/toml.go index 273daacc4..123c79af1 100644 --- a/config/toml.go +++ b/config/toml.go @@ -100,8 +100,6 @@ p2p_gossiped_blocks_cache_size = {{ .P2P.GossipedBlocksCacheSize }} # time interval to check if no p2p nodes are connected to bootstrap again p2p_bootstrap_time = "{{ .P2P.BootstrapTime }}" - - #celestia config example: # da_config = "{\"base_url\":\"http:\/\/127.0.0.1:26658\",\"timeout\":5000000000,\"gas_prices\":0.1,\"auth_token\":\"TOKEN\",\"backoff\":{\"initial_delay\":6000000000,\"max_delay\":6000000000,\"growth_factor\":2},\"retry_attempts\":4,\"retry_delay\":3000000000}" # Avail config example: