Add CAPELLA_FORK_EPOCH overrides

This commit is contained in:
inphi 2022-10-24 17:21:36 -04:00
parent 459310f744
commit 6d270cdc52
No known key found for this signature in database
GPG Key ID: B61066A1A33F5D24
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ def config_fork_epoch_overrides(spec, state):
elif _check_current_version(spec, state, EIP4844):
overrides['ALTAIR_FORK_EPOCH'] = spec.GENESIS_EPOCH
overrides['BELLATRIX_FORK_EPOCH'] = spec.GENESIS_EPOCH
overrides['CAPELLA_FORK_EPOCH'] = spec.GENESIS_EPOCH
overrides['EIP4844_FORK_EPOCH'] = spec.GENESIS_EPOCH
elif _check_current_version(spec, state, SHARDING):
overrides['ALTAIR_FORK_EPOCH'] = spec.GENESIS_EPOCH