Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/local-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
17 changes: 17 additions & 0 deletions scripts/tests/checkpoint-sync-config-devnet-supernode.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading