Skip to content

Commit

Permalink
Merge pull request Qitmeer#697 from dindinw/dev/1.2
Browse files Browse the repository at this point in the history
testnet: upgrade the genesis date
  • Loading branch information
dindinw authored May 22, 2024
2 parents ec59295 + 07c2f6a commit fda4a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meerevm/meer/genesis_hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ package meer


const MainNetGenesisHash = "0x6cff8746d87573e2667d0784ea8753c7ee1dfc67cdb24971fe5f34743b0208fc"
const TestNetGenesisHash = "0xf6020a5a812534ea0b5b94b125e1278d79ac7142e9553e3c93c936f0337e4b6a"
const TestNetGenesisHash = "0x1c67a198c1a593b9f85bca881cbf5cbe047ab44d08a3571f66473adbe889f1f7"
const PrivNetGenesisHash = "0x528b2448923b0d08dc20c692eeb5f42d758e28804c6d341bfb3de9f452290db4"
const MixNetGenesisHash = "0x8e9755f323ddcdaf2bc1c010ddb895450d1a23eef67ed98287bcade4c8a0d959"
2 changes: 1 addition & 1 deletion params/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ var genesisBlock = types.Block{
var genesisHash = genesisBlock.BlockHash()

// TestNet ------------------------------------------------------------------------
var testnetGenesisTime = time.Unix(1690266769, 0) // 2023-07-25
var testnetGenesisTime = time.Unix(1716346535, 0) // 2024-05-22
// testNetGenesisCoinbaseTx is the coinbase transaction for the genesis blocks for
// the test network.
func buildTestNetGenesisCoinbaseTx(net protocol.Network) types.Transaction {
Expand Down

0 comments on commit fda4a78

Please sign in to comment.