Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

fix: remove unused config params #10

Merged
merged 3 commits into from
Apr 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ these and other parameters are configurable through a json file Read more about
For example, this `eth-network-params.json` adds a second node, running a different EL/CL client configuration.
```json
{
// each participant struct correponds to a node in the network
"//note": "each participant struct in particpants corresponds to a node in the network",
"participants":[{
"el_client_type": "geth",
"el_client_image": "",
Expand Down Expand Up @@ -52,13 +52,9 @@ For example, this `eth-network-params.json` adds a second node, running a differ
"network_id": "3151908",
"deposit_contract_address": "0x4242424242424242424242424242424242424242",
"seconds_per_slot": 12,
"slots_per_epoch": 32,
"genesis_delay": 120,
"capella_fork_epoch": 5
},
"wait_for_finalization": false,
"wait_for_verifications": false,
"verifications_epoch_limit": 5,
"global_client_log_level": "info"
}
```
Expand Down
4 changes: 0 additions & 4 deletions default-network-params.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@
"network_id": "3151908",
"deposit_contract_address": "0x4242424242424242424242424242424242424242",
"seconds_per_slot": 12,
"slots_per_epoch": 32,
"genesis_delay": 120,
"capella_fork_epoch": 5
},
"wait_for_finalization": false,
"wait_for_verifications": false,
"verifications_epoch_limit": 5,
"global_client_log_level": "info"
}