Skip to content

Commit

Permalink
core, params: update metadium testnet berlin & london block height to…
Browse files Browse the repository at this point in the history
… 38067000
  • Loading branch information
sadoci authored and MetadiumRelease committed Sep 21, 2022
1 parent 7d802e3 commit d5fdd66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/metadium_genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -12333,7 +12333,7 @@ var (
},
"coinbase": "0x378360d4f25E6377f3da53F8cF09e9a258118528",
"config": {
"berlinBlock": 80000000,
"berlinBlock": 38067000,
"chainId": 12,
"homesteadBlock": 0,
"eip150Block": 5623000,
Expand All @@ -12342,7 +12342,7 @@ var (
"byzantiumBlock": 0,
"constantinopleBlock": 5623000,
"istanbulBlock": 5623000,
"londonBlock": 80000000,
"londonBlock": 38067000,
"muirGlacierBlock": 5623000
},
"difficulty": "0x1",
Expand Down
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ var (
PetersburgBlock: big.NewInt(5623000),
IstanbulBlock: big.NewInt(5623000),
MuirGlacierBlock: big.NewInt(5623000),
BerlinBlock: big.NewInt(80000000),
LondonBlock: big.NewInt(80000000),
BerlinBlock: big.NewInt(38067000),
LondonBlock: big.NewInt(38067000),
Ethash: new(EthashConfig),
}

Expand Down

0 comments on commit d5fdd66

Please sign in to comment.