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

Commit

Permalink
fix base case
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Jul 10, 2023
1 parent ae1b848 commit 6b43288
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions default-network-params.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"participants":[{
"participants":[{
"el_client_type": "geth",
"el_client_image": "",
"el_client_log_level": "",
Expand All @@ -10,16 +10,16 @@
"el_extra_params": [],
"validator_extra_params": [],
"builder_network_params": null,
"count": 1
}],
"network_params":{
"preregistered_validator_keys_mnemonic": "giant issue aisle success illegal bike spike question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy very lucky have athlete",
"num_validator_keys_per_node": 64,
"network_id": "3151908",
"deposit_contract_address": "0x4242424242424242424242424242424242424242",
"seconds_per_slot": 12,
"genesis_delay": 120,
"capella_fork_epoch": 5
},
"global_client_log_level": "info"
"count": 5
}],
"network_params":{
"preregistered_validator_keys_mnemonic": "giant issue aisle success illegal bike spike question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy very lucky have athlete",
"num_validator_keys_per_node": 64,
"network_id": "3151908",
"deposit_contract_address": "0x4242424242424242424242424242424242424242",
"seconds_per_slot": 12,
"genesis_delay": 120,
"capella_fork_epoch": 5
},
"global_client_log_level": "info"
}
2 changes: 1 addition & 1 deletion package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,5 @@ def default_participant():
"el_extra_params": [],
"validator_extra_params": [],
"builder_network_params": None,
"count": 0
"count": 1
}

0 comments on commit 6b43288

Please sign in to comment.