chore: update kurtosis config in assertoor and book (#7261) (#7262)

This commit is contained in:
Mourad Kejji
2024-04-03 11:53:30 +02:00
committed by GitHub
parent ebc4bc893c
commit 68727699db
2 changed files with 30 additions and 30 deletions

View File

@ -18,17 +18,17 @@ First, in your home directory, create a file with the name `network_params.json`
{
"participants": [
{
"el_client_type": "reth",
"el_client_image": "ghcr.io/paradigmxyz/reth",
"cl_client_type": "lighthouse",
"cl_client_image": "sigp/lighthouse:latest",
"el_type": "reth",
"el_image": "ghcr.io/paradigmxyz/reth",
"cl_type": "lighthouse",
"cl_image": "sigp/lighthouse:latest",
"count": 1
},
{
"el_client_type": "reth",
"el_client_image": "ghcr.io/paradigmxyz/reth",
"cl_client_type": "teku",
"cl_client_image": "consensys/teku:latest",
"el_type": "reth",
"el_image": "ghcr.io/paradigmxyz/reth",
"cl_type": "teku",
"cl_image": "consensys/teku:latest",
"count": 1
}
],