Skip to content

Commit

Permalink
fix: fixed avail in toml (dymensionxyz#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin authored Jul 24, 2023
1 parent 87343ed commit ff2fc27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/toml.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ block_batch_size = {{ .BlockManagerConfig.BlockBatchSize }}
batch_submit_max_time = "{{ .BlockManagerConfig.BatchSubmitMaxTime }}"
### da config ###
da_layer = "{{ .DALayer }}" # mock, celestia
da_layer = "{{ .DALayer }}" # mock, celestia, avail
namespace_id = "{{ .BlockManagerConfig.NamespaceID }}"
da_config = "{{ .DAConfig }}"
Expand All @@ -87,7 +87,7 @@ block_batch_max_size_bytes = {{ .BlockManagerConfig.BlockBatchMaxSizeBytes }}
#celestia config example:
# da_config = "{\"base_url\": \"http://127.0.0.1:26659\", \"timeout\": 60000000000, \"fee\":20000, \"gas_limit\": 20000000, \"namespace_id\":\"000000000000ffff\"}"
# Avail config example:
# da_config = "{\"seed\": \"MNEMONIC\", \"api_url\": \"wss://kate.avail.tools/ws\", \"app_id\": 0, \"tip\":10}",
# da_config = "{\"seed\": \"MNEMONIC\", \"api_url\": \"wss://kate.avail.tools/ws\", \"app_id\": 0, \"tip\":10}"
### settlement config ###
settlement_layer = "{{ .SettlementLayer }}" # mock, dymension
Expand Down

0 comments on commit ff2fc27

Please sign in to comment.