@@ -7,7 +7,7 @@ EL_TYPE = struct(
77 reth = "reth" ,
88 ethereumjs = "ethereumjs" ,
99 nimbus = "nimbus" ,
10- ethereumrust = "ethereumrust " ,
10+ ethrex = "ethrex " ,
1111)
1212
1313CL_TYPE = struct (
@@ -146,7 +146,7 @@ VOLUME_SIZE = {
146146 "nimbus_volume_size" : 500000 , # 500GB
147147 "lodestar_volume_size" : 500000 , # 500GB
148148 "grandine_volume_size" : 500000 , # 500GB,
149- "ethereum_rust_volume_size " : 500000 , # 500GB
149+ "ethrex_volume_size " : 500000 , # 500GB
150150 },
151151 "sepolia" : {
152152 "geth_volume_size" : 300000 , # 300GB
@@ -162,7 +162,7 @@ VOLUME_SIZE = {
162162 "nimbus_volume_size" : 150000 , # 150GB
163163 "lodestar_volume_size" : 150000 , # 150GB
164164 "grandine_volume_size" : 150000 , # 150GB,
165- "ethereum_rust_volume_size " : 150000 , # 150GB
165+ "ethrex_volume_size " : 150000 , # 150GB
166166 },
167167 "holesky" : {
168168 "geth_volume_size" : 100000 , # 100GB
@@ -178,7 +178,7 @@ VOLUME_SIZE = {
178178 "nimbus_volume_size" : 100000 , # 100GB
179179 "lodestar_volume_size" : 100000 , # 100GB
180180 "grandine_volume_size" : 100000 , # 100GB,
181- "ethereum_rust_volume_size " : 100000 , # 100GB
181+ "ethrex_volume_size " : 100000 , # 100GB
182182 },
183183 "devnets" : {
184184 "geth_volume_size" : 100000 , # 100GB
@@ -194,7 +194,7 @@ VOLUME_SIZE = {
194194 "nimbus_volume_size" : 100000 , # 100GB
195195 "lodestar_volume_size" : 100000 , # 100GB
196196 "grandine_volume_size" : 100000 , # 100GB,
197- "ethereum_rust_volume_size " : 100000 , # 100GB
197+ "ethrex_volume_size " : 100000 , # 100GB
198198 },
199199 "ephemery" : {
200200 "geth_volume_size" : 5000 , # 5GB
@@ -210,7 +210,7 @@ VOLUME_SIZE = {
210210 "nimbus_volume_size" : 1000 , # 1GB
211211 "lodestar_volume_size" : 1000 , # 1GB
212212 "grandine_volume_size" : 1000 , # 1GB
213- "ethereum_rust_volume_size " : 1000 , # 1GB
213+ "ethrex_volume_size " : 1000 , # 1GB
214214 },
215215 "kurtosis" : {
216216 "geth_volume_size" : 5000 , # 5GB
@@ -226,7 +226,7 @@ VOLUME_SIZE = {
226226 "nimbus_volume_size" : 1000 , # 1GB
227227 "lodestar_volume_size" : 1000 , # 1GB
228228 "grandine_volume_size" : 1000 , # 1GB
229- "ethereum_rust_volume_size " : 1000 , # 1GB
229+ "ethrex_volume_size " : 1000 , # 1GB
230230 },
231231}
232232
@@ -258,8 +258,8 @@ RAM_CPU_OVERRIDES = {
258258 "lodestar_max_cpu" : 4000 , # 4 cores
259259 "grandine_max_mem" : 16384 , # 16GB
260260 "grandine_max_cpu" : 4000 , # 4 cores
261- "ethereum_rust_max_mem " : 16384 , # 16GB
262- "ethereum_rust_max_cpu " : 4000 , # 4 cores
261+ "ethrex_max_mem " : 16384 , # 16GB
262+ "ethrex_max_cpu " : 4000 , # 4 cores
263263 },
264264 "sepolia" : {
265265 "geth_max_mem" : 4096 , # 4GB
@@ -288,8 +288,8 @@ RAM_CPU_OVERRIDES = {
288288 "lodestar_max_cpu" : 1000 , # 1 core
289289 "grandine_max_mem" : 4096 , # 4GB
290290 "grandine_max_cpu" : 1000 , # 1 core
291- "ethereum_rust_max_mem " : 4096 , # 4GB
292- "ethereum_rust_max_cpu " : 1000 , # 1 core
291+ "ethrex_max_mem " : 4096 , # 4GB
292+ "ethrex_max_cpu " : 1000 , # 1 core
293293 },
294294 "holesky" : {
295295 "geth_max_mem" : 8192 , # 8GB
@@ -318,8 +318,8 @@ RAM_CPU_OVERRIDES = {
318318 "lodestar_max_cpu" : 2000 , # 2 cores
319319 "grandine_max_mem" : 8192 , # 8GB
320320 "grandine_max_cpu" : 2000 , # 2 cores
321- "ethereum_rust_max_mem " : 8192 , # 8GB
322- "ethereum_rust_max_cpu " : 2000 , # 2 cores
321+ "ethrex_max_mem " : 8192 , # 8GB
322+ "ethrex_max_cpu " : 2000 , # 2 cores
323323 },
324324 "devnets" : {
325325 "geth_max_mem" : 4096 , # 4GB
@@ -348,8 +348,8 @@ RAM_CPU_OVERRIDES = {
348348 "lodestar_max_cpu" : 1000 , # 1 core
349349 "grandine_max_mem" : 4096 , # 4GB
350350 "grandine_max_cpu" : 1000 , # 1 core
351- "ethereum_rust_max_mem " : 4096 , # 4GB
352- "ethereum_rust_max_cpu " : 1000 , # 1 core
351+ "ethrex_max_mem " : 4096 , # 4GB
352+ "ethrex_max_cpu " : 1000 , # 1 core
353353 },
354354 "ephemery" : {
355355 "geth_max_mem" : 1024 , # 1GB
@@ -378,8 +378,8 @@ RAM_CPU_OVERRIDES = {
378378 "lodestar_max_cpu" : 1000 , # 1 core
379379 "grandine_max_mem" : 1024 , # 1GB
380380 "grandine_max_cpu" : 1000 , # 1 core
381- "ethereum_rust_max_mem " : 1024 , # 1GB
382- "ethereum_rust_max_cpu " : 1000 , # 1 core
381+ "ethrex_max_mem " : 1024 , # 1GB
382+ "ethrex_max_cpu " : 1000 , # 1 core
383383 },
384384 "kurtosis" : {
385385 "geth_max_mem" : 1024 , # 1GB
@@ -408,7 +408,7 @@ RAM_CPU_OVERRIDES = {
408408 "lodestar_max_cpu" : 1000 , # 1 core
409409 "grandine_max_mem" : 2048 , # 2GB
410410 "grandine_max_cpu" : 1000 , # 1 core
411- "ethereum_rust_max_mem " : 1024 , # 1GB
412- "ethereum_rust_max_cpu " : 1000 , # 1 core
411+ "ethrex_max_mem " : 1024 , # 1GB
412+ "ethrex_max_cpu " : 1000 , # 1 core
413413 },
414414}
0 commit comments