We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab5131 commit 30e2b18Copy full SHA for 30e2b18
scripts/local_testnet/network_params_das.yaml
@@ -3,9 +3,8 @@ participants:
3
cl_image: lighthouse:local
4
el_type: geth
5
el_image: ethpandaops/geth:fusaka-devnet-3
6
+ supernode: true
7
cl_extra_params:
- - --subscribe-all-data-column-subnets
8
- - --subscribe-all-subnets
9
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
10
- --sync-tolerance-epochs=0
11
- --target-peers=3
@@ -14,6 +13,7 @@ participants:
14
13
15
16
+ supernode: false
17
18
19
0 commit comments