From 68727699db5d5979def23ff93af6f39d5d284b12 Mon Sep 17 00:00:00 2001 From: Mourad Kejji Date: Wed, 3 Apr 2024 11:53:30 +0200 Subject: [PATCH] chore: update kurtosis config in assertoor and book (#7261) (#7262) --- book/run/private-testnet.md | 16 +++++----- etc/assertoor/assertoor-template.yaml | 44 +++++++++++++-------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/book/run/private-testnet.md b/book/run/private-testnet.md index afa58449e..958d769e3 100644 --- a/book/run/private-testnet.md +++ b/book/run/private-testnet.md @@ -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 } ], diff --git a/etc/assertoor/assertoor-template.yaml b/etc/assertoor/assertoor-template.yaml index bf3e903cc..16e4be914 100644 --- a/etc/assertoor/assertoor-template.yaml +++ b/etc/assertoor/assertoor-template.yaml @@ -1,30 +1,30 @@ 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 -- el_client_type: reth - el_client_image: ghcr.io/paradigmxyz/reth - cl_client_type: prysm - cl_client_image: gcr.io/prysmaticlabs/prysm/beacon-chain:stable - validator_client_type: prysm - validator_client_image: gcr.io/prysmaticlabs/prysm/validator:stable +- el_type: reth + el_image: ghcr.io/paradigmxyz/reth + cl_type: prysm + cl_image: gcr.io/prysmaticlabs/prysm/beacon-chain:stable + vc_type: prysm + vc_image: gcr.io/prysmaticlabs/prysm/validator:stable count: 1 -- el_client_type: reth - el_client_image: ghcr.io/paradigmxyz/reth - cl_client_type: nimbus - cl_client_image: statusim/nimbus-eth2:amd64-latest +- el_type: reth + el_image: ghcr.io/paradigmxyz/reth + cl_type: nimbus + cl_image: statusim/nimbus-eth2:amd64-latest count: 1 -- el_client_type: reth - el_client_image: ghcr.io/paradigmxyz/reth - cl_client_type: lodestar - cl_client_image: chainsafe/lodestar:latest +- el_type: reth + el_image: ghcr.io/paradigmxyz/reth + cl_type: lodestar + cl_image: chainsafe/lodestar:latest count: 1 network_params: genesis_delay: 120