Skip to content

Commit

Permalink
fix: reth-builder volume claim (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Sep 23, 2024
1 parent 4c4831b commit 4570328
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tests/mix-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ participants:
cl_type: teku
- el_type: nethermind
cl_type: prysm
- el_type: erigon
- el_type: geth # temp remove erigon till they fix their bugs
cl_type: nimbus
- el_type: besu
cl_type: lighthouse
Expand Down
6 changes: 6 additions & 0 deletions src/package_io/constants.star
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 1000000, # 1TB
"besu_volume_size": 1000000, # 1TB
"reth_volume_size": 3000000, # 3TB
"reth-builder_volume_size": 3000000, # 3TB
"ethereumjs_volume_size": 1000000, # 1TB
"nimbus_eth1_volume_size": 1000000, # 1TB
"prysm_volume_size": 500000, # 500GB
Expand All @@ -179,6 +180,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 300000, # 300GB
"besu_volume_size": 300000, # 300GB
"reth_volume_size": 500000, # 500GB
"reth-builder_volume_size": 500000, # 500GB
"ethereumjs_volume_size": 300000, # 300GB
"nimbus_eth1_volume_size": 300000, # 300GB
"prysm_volume_size": 150000, # 150GB
Expand All @@ -194,6 +196,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 100000, # 100GB
"besu_volume_size": 100000, # 100GB
"reth_volume_size": 200000, # 200GB
"reth-builder_volume_size": 200000, # 200GB
"ethereumjs_volume_size": 100000, # 100GB
"nimbus_eth1_volume_size": 100000, # 100GB
"prysm_volume_size": 100000, # 100GB
Expand All @@ -209,6 +212,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 100000, # 100GB
"besu_volume_size": 100000, # 100GB
"reth_volume_size": 200000, # 200GB
"reth-builder_volume_size": 200000, # 200GB
"ethereumjs_volume_size": 100000, # 100GB
"nimbus_eth1_volume_size": 100000, # 100GB
"prysm_volume_size": 100000, # 100GB
Expand All @@ -224,6 +228,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 3000, # 3GB
"besu_volume_size": 3000, # 3GB
"reth_volume_size": 3000, # 3GB
"reth-builder_volume_size": 3000, # 3GB
"ethereumjs_volume_size": 3000, # 3GB
"nimbus_eth1_volume_size": 3000, # 3GB
"prysm_volume_size": 1000, # 1GB
Expand All @@ -239,6 +244,7 @@ VOLUME_SIZE = {
"nethermind_volume_size": 3000, # 3GB
"besu_volume_size": 3000, # 3GB
"reth_volume_size": 3000, # 3GB
"reth-builder_volume_size": 3000, # 3GB
"ethereumjs_volume_size": 3000, # 3GB
"nimbus_eth1_volume_size": 3000, # 3GB
"prysm_volume_size": 1000, # 1GB
Expand Down

0 comments on commit 4570328

Please sign in to comment.