Skip to content
Open
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
10 changes: 6 additions & 4 deletions workspaces/kurtosis/fusaka-devnet2.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
participants:

- el_type: geth
el_image: ethereum/client-go:v1.16.4
el_extra_params: [ --syncmode=full --rpc.allow-unprotected-txs --gcmode=archive ]
el_image: ethereum/client-go:v1.16.5
el_extra_params: [ --state.scheme=hash --syncmode=full --rpc.allow-unprotected-txs --gcmode=archive ]
el_init_extra_params: [--state.scheme=hash ]
el_min_cpu: 0
el_max_cpu: 0
el_min_mem: 0
Expand All @@ -24,7 +25,7 @@ participants:
count: 1

- el_type: erigon
el_image: erigontech/erigon:v3.2.0-rc1
el_image: erigontech/erigon:v3.2.1
el_extra_params: [ --prune.mode=archive ]
el_min_cpu: 0
el_max_cpu: 0
Expand All @@ -40,7 +41,7 @@ participants:
count: 1

- el_type: geth
el_image: ethereum/client-go:v1.16.4
el_image: ethereum/client-go:v1.16.5
el_extra_params: [ --rpc.gascap=16777215 --syncmode=full --rpc.allow-unprotected-txs --gcmode=archive ]
el_min_cpu: 0
el_max_cpu: 0
Expand Down Expand Up @@ -75,6 +76,7 @@ network_params:
bpo_5_target_blobs: 6
withdrawal_type: "0x02"
preset: mainnet
min_epochs_for_block_requests: 33024

persistent: true

Expand Down