Skip to content

Commit

Permalink
update example for verkle
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Nov 17, 2023
1 parent 2e3dddc commit a562fc7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions examples/verkle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"participants": [
{
"el_client_type": "geth",
"el_client_image": "ethpandaops/geth:transition-post-genesis-21cebf0",
"cl_client_type": "lighthouse",
"cl_client_image": "ethpandaops/lighthouse:verkle-trees-capella-2ffb8a9",
"count": 3
}
],
"network_params": {
"deneb_fork_epoch": 500,
"electra_fork_epoch": 1,
"genesis_delay": 200
},
"launch_additional_services": true,
"additional_services": [
"el_forkmon", "tx_spammer", "dora"
],
"global_client_log_level": "info",
"snooper_enabled": true
}

0 comments on commit a562fc7

Please sign in to comment.