Skip to content

Commit

Permalink
remove extra param config
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed May 15, 2024
1 parent 073ffd9 commit ec0acae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ec0acae

Please sign in to comment.