Schedule Capella for Gnosis chain (#4433)
## Issue Addressed Closes #4422 Implements https://github.com/gnosischain/configs/pull/12 ## Proposed Changes Schedule the Capella fork for Gnosis chain at epoch 648704, August 1st 2023 11:34:20 UTC.
This commit is contained in:
parent
9072acbfa6
commit
ead4e60a76
@ -38,7 +38,7 @@ BELLATRIX_FORK_VERSION: 0x02000064
|
|||||||
BELLATRIX_FORK_EPOCH: 385536
|
BELLATRIX_FORK_EPOCH: 385536
|
||||||
# Capella
|
# Capella
|
||||||
CAPELLA_FORK_VERSION: 0x03000064
|
CAPELLA_FORK_VERSION: 0x03000064
|
||||||
CAPELLA_FORK_EPOCH: 18446744073709551615
|
CAPELLA_FORK_EPOCH: 648704
|
||||||
# Sharding
|
# Sharding
|
||||||
SHARDING_FORK_VERSION: 0x03000064
|
SHARDING_FORK_VERSION: 0x03000064
|
||||||
SHARDING_FORK_EPOCH: 18446744073709551615
|
SHARDING_FORK_EPOCH: 18446744073709551615
|
||||||
|
@ -828,7 +828,7 @@ impl ChainSpec {
|
|||||||
* Capella hard fork params
|
* Capella hard fork params
|
||||||
*/
|
*/
|
||||||
capella_fork_version: [0x03, 0x00, 0x00, 0x64],
|
capella_fork_version: [0x03, 0x00, 0x00, 0x64],
|
||||||
capella_fork_epoch: None,
|
capella_fork_epoch: Some(Epoch::new(648704)),
|
||||||
max_validators_per_withdrawals_sweep: 8192,
|
max_validators_per_withdrawals_sweep: 8192,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user