mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
* Add support for electra fork epoch * Fix tests * fixing tests without needing to override electra fork config * reverting electra fork override on blob test too, replacing with custom timefetcher * reverting old changelog * Fix genesis time * Move mainnet test into mainnet_config_test.go * Update spec test to v1.5.0-beta.5 --------- Co-authored-by: james-prysm <james@prysmaticlabs.com> Co-authored-by: Preston Van Loon <preston@pvl.dev>
7 lines
151 B
Go
7 lines
151 B
Go
package params
|
|
|
|
// Re-exports for blackbox testing.
|
|
const MainnetDenebForkEpoch = mainnetDenebForkEpoch
|
|
var MainnetBeaconConfig = mainnetBeaconConfig
|
|
|