mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Bump gas limit to 60M (#8331)
Bump gas limit to 60M as part of Fusaka mainnet release. Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com> Co-Authored-By: Jimmy Chen <jimmy@sigmaprime.io>
This commit is contained in:
@@ -56,7 +56,7 @@ const SLASHING_PROTECTION_HISTORY_EPOCHS: u64 = 512;
|
||||
/// Currently used as the default gas limit in execution clients.
|
||||
///
|
||||
/// https://ethpandaops.io/posts/gaslimit-scaling/.
|
||||
pub const DEFAULT_GAS_LIMIT: u64 = 45_000_000;
|
||||
pub const DEFAULT_GAS_LIMIT: u64 = 60_000_000;
|
||||
|
||||
pub struct LighthouseValidatorStore<T, E> {
|
||||
validators: Arc<RwLock<InitializedValidators>>,
|
||||
|
||||
Reference in New Issue
Block a user