@@ -444,10 +444,10 @@ participants:
444444 # Example:
445445 #
446446 # "relay_endpoints": [
447- # "https:# 0xdeadbeefcafa@relay.example.com",
448- # "https:# 0xdeadbeefcafb@relay.example.com",
449- # "https:# 0xdeadbeefcafc@relay.example.com",
450- # "https:# 0xdeadbeefcafd@relay.example.com"
447+ # "https:// 0xdeadbeefcafa@relay.example.com",
448+ # "https:// 0xdeadbeefcafb@relay.example.com",
449+ # "https:// 0xdeadbeefcafc@relay.example.com",
450+ # "https:// 0xdeadbeefcafd@relay.example.com"
451451 # ]
452452 builder_network_params : null
453453
@@ -479,7 +479,7 @@ network_params:
479479 network : " kurtosis"
480480
481481 # The network ID of the network.
482- network_id : 3151908
482+ network_id : " 3151908"
483483
484484 # The address of the staking contract address on the Eth1 chain
485485 deposit_contract_address : " 0x4242424242424242424242424242424242424242"
@@ -501,7 +501,7 @@ network_params:
501501 genesis_delay : 20
502502
503503 # Max churn rate for the network introduced by
504- # EIP-7514 https:# eips.ethereum.org/EIPS/eip-7514
504+ # EIP-7514 https:// eips.ethereum.org/EIPS/eip-7514
505505 # Defaults to 8
506506 max_per_epoch_activation_churn_limit : 8
507507
@@ -512,7 +512,7 @@ network_params:
512512 # Ejection balance
513513 # Defaults to 16ETH
514514 # 16000000000 gwei
515- ejection_balance : 16000000000,
515+ ejection_balance : 16000000000
516516
517517 # ETH1 follow distance
518518 # Defaults to 2048
@@ -589,7 +589,7 @@ additional_services:
589589 - forky
590590 - apache
591591
592- # Configuration place for dora the explorer - https:# github.com/ethpandaops/dora
592+ # Configuration place for dora the explorer - https:// github.com/ethpandaops/dora
593593dora_params :
594594 # Dora docker image to use
595595 # Leave blank to use the default image according to your network params
@@ -598,17 +598,17 @@ dora_params:
598598 # A list of optional extra env_vars the dora container should spin up with
599599 env : {}
600600
601- # Configuration place for transaction spammer - https:# github.com/MariusVanDerWijden/tx-fuzz
601+ # Configuration place for transaction spammer - https:// github.com/MariusVanDerWijden/tx-fuzz
602602tx_spammer_params :
603603 # A list of optional extra params that will be passed to the TX Spammer container for modifying its behaviour
604604 tx_spammer_extra_args : []
605605
606- # Configuration place for goomy the blob spammer - https:# github.com/ethpandaops/goomy-blob
606+ # Configuration place for goomy the blob spammer - https:// github.com/ethpandaops/goomy-blob
607607goomy_blob_params :
608608 # A list of optional params that will be passed to the blob-spammer comamnd for modifying its behaviour
609609 goomy_blob_args : []
610610
611- # Configuration place for the assertoor testing tool - https:# github.com/ethpandaops/assertoor
611+ # Configuration place for the assertoor testing tool - https:// github.com/ethpandaops/assertoor
612612assertoor_params :
613613 # Assertoor docker image to use
614614 # Leave blank to use the default image according to your network params
@@ -811,7 +811,7 @@ port_publisher:
811811 nat_exit_ip : KURTOSIS_IP_ADDR_PLACEHOLDER
812812 # The start value gets used as a seed for TCP and UDP discovery ports for el/cl client
813813 # Defaults to None - no public ports
814- public_port_start : None
814+ public_port_start : null
815815` ` `
816816
817817#### Example configurations
0 commit comments