Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mateipopa committed Dec 18, 2024
1 parent d059b60 commit 7b93220
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ethereum/ethereum-reth/babel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@ variants:
# The same protocol can have different implementations. This field let identify what implementation(s) has been used.
# Variant name may additional contain protocol network name e.g. "eth-mainnet".
# This value will be available in a Rhai runtime via `node_env().variant_key`.
- key: reth_mainnet_archive
- key: reth-mainnet-archive
min_cpu: 12
min_memory_mb: 32000
min_disk_gb: 3500
archive_pointers:
- pointer: !store_id ethereum-reth-mainnet-archive-v1
- pointer: !store_id ethereum-reth-mainnet-archive-v1
new_archive_properties: [ "tracing-api-on-value" ]
- key: reth_sepolia_archive
- key: reth-sepolia-archive
min_cpu: 6
min_memory_mb: 16000
min_disk_gb: 1000
archive_pointers:
- pointer: !store_id ethereum-reth-sepolia-archive-v1
- pointer: !store_id ethereum-reth-sepolia-archive-v1
new_archive_properties: [ "tracing-api-on-value" ]
- key: reth_mainnet_full
- key: reth-mainnet-full
min_cpu: 8
min_memory_mb: 16000
min_disk_gb: 1500
archive_pointers:
- pointer: !store_id ethereum-reth-mainnet-full-v1
- pointer: !combination_disallowed
new_archive_properties: [ "tracing-api-on-value" ]
- key: reth_sepolia_full
- key: reth-sepolia-full
min_cpu: 4
min_memory_mb: 8000
min_disk_gb: 400
Expand Down Expand Up @@ -90,4 +90,6 @@ properties:
add_disk_bytes: 10000000000
off:
value: off-value
impact: null
impact: null


0 comments on commit 7b93220

Please sign in to comment.