Skip to content

Commit

Permalink
docs: add missing conway_path in config section (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt authored Dec 22, 2024
1 parent 51938cb commit c838208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/pages/configuration/schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ max_wal_history = 10000
byron_path = "byron.json"
shelley_path = "shelley.json"
alonzo_path = "alonzo.json"
conway_path = "conway.json"

[sync]
pull_batch_size = 100
Expand Down Expand Up @@ -86,10 +87,12 @@ Dolos requires Cardano genesis data to operate. For simplicity sake, we've decid
| byron_path | string | "./byron.json" |
| shelley_path | string | "./shelley.json" |
| alonzo_path | string | "./alonzo.json" |
| conway_path | string | "./conway.json" |

- `byron_path`: file path to the Byron json genesis file
- `shelley_path`: file path to the Shelley json genesis file
- `alonzo_path`: file path to the Alonzo json genesis file
- `conway_path`: file path to the Conway json genesis file


### `sync` section
Expand Down

0 comments on commit c838208

Please sign in to comment.