Skip to content

Commit

Permalink
Merge pull request #28 from sadoci/metadium-mainnet-berlin-block
Browse files Browse the repository at this point in the history
core, params: metadium mainnet berlin & london block height to 51960000
  • Loading branch information
jsong1230 authored Nov 2, 2022
2 parents e3b1215 + bd71e6d commit c8aad64
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 @@ -12288,7 +12288,7 @@ var (
},
"coinbase": "0x880a74d68b09418136c4442D1eA0f5cC72E5325A",
"config": {
"berlinBlock": 80000000,
"berlinBlock": 51960000,
"chainId": 11,
"homesteadBlock": 0,
"eip150Block": 11441000,
Expand All @@ -12297,7 +12297,7 @@ var (
"byzantiumBlock": 0,
"constantinopleBlock": 11441000,
"istanbulBlock": 11441000,
"londonBlock": 80000000,
"londonBlock": 51960000,
"muirGlacierBlock": 11441000
},
"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 @@ -153,8 +153,8 @@ var (
PetersburgBlock: big.NewInt(11441000),
IstanbulBlock: big.NewInt(11441000),
MuirGlacierBlock: big.NewInt(11441000),
BerlinBlock: big.NewInt(80000000),
LondonBlock: big.NewInt(80000000),
BerlinBlock: big.NewInt(51960000),
LondonBlock: big.NewInt(51960000),
Ethash: new(EthashConfig),
}

Expand Down

0 comments on commit c8aad64

Please sign in to comment.