Commit ca55009f authored by Gyanendra Mishra's avatar Gyanendra Mishra Committed by GitHub

chore: make configuration expanded by default (#368)

parent c558cb2e
...@@ -92,11 +92,6 @@ kurtosis files download my-testnet el-genesis-data ~/Downloads ...@@ -92,11 +92,6 @@ kurtosis files download my-testnet el-genesis-data ~/Downloads
To configure the package behaviour, you can modify your `network_params.yaml` file. The full YAML schema that can be passed in is as follows with the defaults provided: To configure the package behaviour, you can modify your `network_params.yaml` file. The full YAML schema that can be passed in is as follows with the defaults provided:
<details>
<summary>Click to show all configuration options</summary>
<!-- Yes, it's weird that none of this is indented but it's intentional - indenting anything inside this "details" expandable will cause it to render weird" -->
```yaml ```yaml
# Specification of the participants in the network # Specification of the participants in the network
participants: participants:
...@@ -345,8 +340,6 @@ mev_params: ...@@ -345,8 +340,6 @@ mev_params:
interval_between_transactions: 1 interval_between_transactions: 1
``` ```
</details>
#### Example configurations #### Example configurations
<details> <details>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment