diff --git a/core/genesis.go b/core/genesis.go index dbee419a..d471dc99 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -575,7 +575,7 @@ func DefaultBetaNetGenesisBlock() *Genesis { ExtraData: []byte("BetaNet, Zond, XMSS, Dilithium!!"), GasLimit: 0x1c9c380, Difficulty: big.NewInt(0x1), - Timestamp: 1698414943, + Timestamp: 1699252255, Alloc: decodePreallocWithContractCode(betaNetAllocData), } } diff --git a/params/config.go b/params/config.go index cbc56892..89bc35e7 100644 --- a/params/config.go +++ b/params/config.go @@ -26,7 +26,7 @@ import ( // Genesis hashes to enforce below configs on. var ( MainnetGenesisHash = common.HexToHash("0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3") - BetaNetGenesisHash = common.HexToHash("0xab6941b2919282221e0634f5fb2ae561a8e0bc709226dc71a7746a6fd76b46d0") + BetaNetGenesisHash = common.HexToHash("0x53ef1c7b60115989c4bebc388f9fb7edc60f45774feb1627528bb7e3c431f9f0") SepoliaGenesisHash = common.HexToHash("0x25a5cc106eea7138acab33231d7160d69cb777ee0c2c553fcddf5138993e6dd9") RinkebyGenesisHash = common.HexToHash("0x6341fd3daf94b748c72ced5a5b26028f2474f5f00d824504e4fa37a75767e177") GoerliGenesisHash = common.HexToHash("0xbf7e331f7f7c1dd2e05159666b3bf8bc7a8a3a9eb1d518969eab529dd9b88c1a") @@ -80,7 +80,7 @@ var ( GrayGlacierBlock: big.NewInt(0), TerminalTotalDifficulty: big.NewInt(0), TerminalTotalDifficultyPassed: true, - ShanghaiTime: newUint64(1698414943), + ShanghaiTime: newUint64(1699252255), Ethash: new(EthashConfig), } // SepoliaChainConfig contains the chain parameters to run a node on the Sepolia test network.