Skip to content

Commit 54a3b3f

Browse files
committed
Use devnet-3 kurtosis config for sync tests.
1 parent 6a43b8d commit 54a3b3f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Kurtosis config file to checkpoint sync to a running devnet supported by ethPandaOps and `ethereum-package`.
22
participants:
3+
# TODO(das): CI is not currently able to handle supernode on fusaka-devnet-3
4+
# - cl_type: lighthouse
5+
# cl_image: lighthouse:local
6+
# el_type: geth
7+
# # There isn't a devnet-4 image
8+
# el_image: ethpandaops/geth:fusaka-devnet-3
9+
# supernode: true
310
- cl_type: lighthouse
411
cl_image: lighthouse:local
512
el_type: geth
6-
# There isn't a devnet-4 image
7-
el_image: ethpandaops/geth:fusaka-devnet-3
8-
supernode: true
9-
- cl_type: lighthouse
10-
cl_image: lighthouse:local
11-
el_type: geth
12-
# There isn't a devnet-4 image
1313
el_image: ethpandaops/geth:fusaka-devnet-3
1414
supernode: false
1515

1616
checkpoint_sync_enabled: true
17-
checkpoint_sync_url: "https://checkpoint-sync.fusaka-devnet-4.ethpandaops.io"
17+
checkpoint_sync_url: "https://checkpoint-sync.fusaka-devnet-3.ethpandaops.io"
1818

1919
global_log_level: debug
2020

2121
network_params:
22-
network: fusaka-devnet-4
22+
network: fusaka-devnet-3

0 commit comments

Comments
 (0)