Skip to content

Commit

Permalink
updated block number to apply istanbul upgrade to metadium mainnet to…
Browse files Browse the repository at this point in the history
… 11441000
  • Loading branch information
sadoci committed Oct 20, 2020
1 parent 15f0a2d commit 5b383cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions core/metadium_genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -12290,13 +12290,13 @@ var (
"config": {
"chainId": 11,
"homesteadBlock": 0,
"eip150Block": 5700000,
"eip150Block": 11441000,
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 5700000,
"istanbulBlock": 5700000,
"muirGlacierBlock": 5700000
"constantinopleBlock": 11441000,
"istanbulBlock": 11441000,
"muirGlacierBlock": 11441000
},
"difficulty": "0x1",
"extraData": "0x4f757220766973696f6e20697320746f206372656174652061206672656520776f726c64207468726f7567682073656c662d736f7665726569676e206964656e746974792e202f205768656e204920646973636f7665722077686f204920616d2c2049276c6c20626520667265652e202d2d2052616c706820456c6c69736f6e2c20496e76697369626c65204d616e0a30783165633236316462636533636530303232366237393765333030626135363836336666363563313338323633623938313435646364393762346561336134633761386432303431346537613031383566333263633730386430633163393935613837376536633738373666353061626331336637373430623961633330376266",
Expand Down
10 changes: 5 additions & 5 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@ var (
HomesteadBlock: big.NewInt(0),
DAOForkBlock: big.NewInt(0),
DAOForkSupport: true,
EIP150Block: big.NewInt(5700000),
EIP150Block: big.NewInt(11441000),
EIP155Block: big.NewInt(0),
EIP158Block: big.NewInt(0),
ByzantiumBlock: big.NewInt(0),
ConstantinopleBlock: big.NewInt(5700000),
PetersburgBlock: big.NewInt(5700000),
IstanbulBlock: big.NewInt(5700000),
MuirGlacierBlock: big.NewInt(5700000),
ConstantinopleBlock: big.NewInt(11441000),
PetersburgBlock: big.NewInt(11441000),
IstanbulBlock: big.NewInt(11441000),
MuirGlacierBlock: big.NewInt(11441000),
Ethash: new(EthashConfig),
}

Expand Down

0 comments on commit 5b383cf

Please sign in to comment.