diff --git a/.github/workflows/local-testnet.yml b/.github/workflows/local-testnet.yml index c6f9c075dbd..8a8ce8166d8 100644 --- a/.github/workflows/local-testnet.yml +++ b/.github/workflows/local-testnet.yml @@ -179,7 +179,7 @@ jobs: continue-on-error: true strategy: matrix: - network: [sepolia, devnet] + network: [sepolia, devnet-fullnode, devnet-supernode] steps: - uses: actions/checkout@v5 diff --git a/scripts/tests/checkpoint-sync-config-devnet.yaml b/scripts/tests/checkpoint-sync-config-devnet-fullnode.yaml similarity index 72% rename from scripts/tests/checkpoint-sync-config-devnet.yaml rename to scripts/tests/checkpoint-sync-config-devnet-fullnode.yaml index 2392011ed33..42af1fd2310 100644 --- a/scripts/tests/checkpoint-sync-config-devnet.yaml +++ b/scripts/tests/checkpoint-sync-config-devnet-fullnode.yaml @@ -1,12 +1,5 @@ # Kurtosis config file to checkpoint sync to a running devnet supported by ethPandaOps and `ethereum-package`. participants: - - cl_type: lighthouse - cl_image: lighthouse:local - el_type: geth - el_image: ethpandaops/geth:master - cl_extra_params: - - --disable-backfill-rate-limiting - supernode: true - cl_type: lighthouse cl_image: lighthouse:local el_type: geth diff --git a/scripts/tests/checkpoint-sync-config-devnet-supernode.yaml b/scripts/tests/checkpoint-sync-config-devnet-supernode.yaml new file mode 100644 index 00000000000..bfff4e7e2bf --- /dev/null +++ b/scripts/tests/checkpoint-sync-config-devnet-supernode.yaml @@ -0,0 +1,17 @@ +# Kurtosis config file to checkpoint sync to a running devnet supported by ethPandaOps and `ethereum-package`. +participants: + - cl_type: lighthouse + cl_image: lighthouse:local + el_type: geth + el_image: ethpandaops/geth:master + cl_extra_params: + - --disable-backfill-rate-limiting + supernode: true + +checkpoint_sync_enabled: true +checkpoint_sync_url: "https://checkpoint-sync.fusaka-devnet-3.ethpandaops.io" + +global_log_level: debug + +network_params: + network: fusaka-devnet-3