Skip to content

Commit 30e2b18

Browse files
committed
Update kurtosis config.
1 parent 4ab5131 commit 30e2b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/local_testnet/network_params_das.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ participants:
33
cl_image: lighthouse:local
44
el_type: geth
55
el_image: ethpandaops/geth:fusaka-devnet-3
6+
supernode: true
67
cl_extra_params:
7-
- --subscribe-all-data-column-subnets
8-
- --subscribe-all-subnets
98
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
109
- --sync-tolerance-epochs=0
1110
- --target-peers=3
@@ -14,6 +13,7 @@ participants:
1413
cl_image: lighthouse:local
1514
el_type: geth
1615
el_image: ethpandaops/geth:fusaka-devnet-3
16+
supernode: false
1717
cl_extra_params:
1818
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
1919
- --sync-tolerance-epochs=0

0 commit comments

Comments
 (0)