Skip to content

Commit 834bbad

Browse files
michaelsproulWoodpile37
authored andcommitted
Schedule Capella for Gnosis chain (sigp#4433)
Closes sigp#4422 Implements gnosischain/configs#12 Schedule the Capella fork for Gnosis chain at epoch 648704, August 1st 2023 11:34:20 UTC.
1 parent 5413745 commit 834bbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/types/src/chain_spec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ impl ChainSpec {
856856
* Capella hard fork params
857857
*/
858858
capella_fork_version: [0x03, 0x00, 0x00, 0x64],
859-
capella_fork_epoch: None,
859+
capella_fork_epoch: Some(Epoch::new(648704)),
860860
max_validators_per_withdrawals_sweep: 8192,
861861

862862
/*

0 commit comments

Comments
 (0)