We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f084711 commit 97b4d33Copy full SHA for 97b4d33
src/package_io/parse_input.star
@@ -3,7 +3,8 @@ DEFAULT_EL_IMAGES = {
3
"erigon": "thorax/erigon:devel",
4
"nethermind": "nethermind/nethermind:latest",
5
"besu": "hyperledger/besu:develop",
6
- "reth": "ghcr.io/paradigmxyz/reth"
+ "reth": "ghcr.io/paradigmxyz/reth",
7
+ "ethereumjs": "ethpandaops/ethereumjs:master",
8
}
9
10
DEFAULT_CL_IMAGES = {
0 commit comments