mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-21 20:10:36 +00:00
capella preset for Gnosis (#4936)
``` MAX_WITHDRAWALS_PER_PAYLOAD* = 8 MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP* = 8192 ``` https://github.com/gnosischain/configs/pull/11
This commit is contained in:
parent
22c298c07b
commit
e0f024c0f3
@ -1,5 +1,12 @@
|
||||
# Mainnet preset - Capella
|
||||
# https://github.com/ethereum/consensus-specs/blob/v1.3.0-alpha.2/presets/mainnet/capella.yaml
|
||||
# beacon_chain
|
||||
# Copyright (c) 2023 Status Research & Development GmbH
|
||||
# Licensed and distributed under either of
|
||||
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
||||
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
|
||||
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
||||
|
||||
# Gnosis preset - Capella
|
||||
# https://github.com/gnosischain/configs/blob/main/presets/gnosis/capella.yaml
|
||||
const
|
||||
# Max operations per block
|
||||
# ---------------------------------------------------------------
|
||||
@ -9,11 +16,11 @@ const
|
||||
|
||||
# Execution
|
||||
# ---------------------------------------------------------------
|
||||
# 2**4 (= 16) withdrawals
|
||||
MAX_WITHDRAWALS_PER_PAYLOAD* = 16
|
||||
# 2**3 (= 8) withdrawals
|
||||
MAX_WITHDRAWALS_PER_PAYLOAD* = 8
|
||||
|
||||
|
||||
# Withdrawals processing
|
||||
# ---------------------------------------------------------------
|
||||
# 2**14 (= 16384) validators
|
||||
MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP* = 16384
|
||||
# 2**13 (= 8192) validators
|
||||
MAX_VALIDATORS_PER_WITHDRAWALS_SWEEP* = 8192
|
||||
|
2
vendor/gnosis-chain-configs
vendored
2
vendor/gnosis-chain-configs
vendored
@ -1 +1 @@
|
||||
Subproject commit 3e47c417aebc0389c10d1aeae1f7862d56d4463c
|
||||
Subproject commit 668c15f852150de7fd2c2e446d9b3bab4f899010
|
Loading…
x
Reference in New Issue
Block a user