34 lines
851 B
YAML
34 lines
851 B
YAML
# Minimal preset - Sharding
|
|
|
|
# Misc
|
|
# ---------------------------------------------------------------
|
|
# Misc
|
|
# [customized] reduced for testing
|
|
MAX_SHARDS: 8
|
|
# [customized] reduced for testing
|
|
INITIAL_ACTIVE_SHARDS: 2
|
|
# 2**3 (= 8)
|
|
SAMPLE_PRICE_ADJUSTMENT_COEFFICIENT: 8
|
|
# [customized] reduced for testing
|
|
MAX_SHARD_PROPOSER_SLASHINGS: 4
|
|
#
|
|
MAX_SHARD_HEADERS_PER_SHARD: 4
|
|
# 2**8 (= 256)
|
|
SHARD_STATE_MEMORY_SLOTS: 256
|
|
# 2**40 (= 1,099,511,627,776)
|
|
BLOB_BUILDER_REGISTRY_LIMIT: 1099511627776
|
|
|
|
# Shard blob samples
|
|
# ---------------------------------------------------------------
|
|
# 2**11 (= 2,048)
|
|
MAX_SAMPLES_PER_BLOCK: 2048
|
|
# 2**10 (= 1,1024)
|
|
TARGET_SAMPLES_PER_BLOCK: 1024
|
|
|
|
# Gwei values
|
|
# ---------------------------------------------------------------
|
|
# 2**33 (= 8,589,934,592) Gwei
|
|
MAX_SAMPLE_PRICE: 8589934592
|
|
# 2**3 (= 8) Gwei
|
|
MIN_SAMPLE_PRICE: 8
|