Skip to content

Commit

Permalink
params,core: Configuration settings for Bokbunja Hard Fork on Mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jhjin committed Oct 17, 2023
1 parent 509e9ae commit 702256b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion core/metadium_genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -12299,7 +12299,10 @@ var (
"istanbulBlock": 11441000,
"londonBlock": 51960000,
"muirGlacierBlock": 11441000,
"avocadoBlock": 59860000
"avocadoBlock": 59860000,
"pangyoBlock": 73225410,
"applepieBlock": 73225410,
"bokbunjaBlock": 73225410
},
"difficulty": "0x1",
"extraData": "0x4f757220766973696f6e20697320746f206372656174652061206672656520776f726c64207468726f7567682073656c662d736f7665726569676e206964656e746974792e202f205768656e204920646973636f7665722077686f204920616d2c2049276c6c20626520667265652e202d2d2052616c706820456c6c69736f6e2c20496e76697369626c65204d616e0a30783165633236316462636533636530303232366237393765333030626135363836336666363563313338323633623938313435646364393762346561336134633761386432303431346537613031383566333263633730386430633163393935613837376536633738373666353061626331336637373430623961633330376266",
Expand Down
6 changes: 3 additions & 3 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ var (
BerlinBlock: big.NewInt(51960000),
LondonBlock: big.NewInt(51960000),
AvocadoBlock: big.NewInt(59_860_000),
PangyoBlock: nil,
ApplepieBlock: nil,
BokbunjaBlock: nil,
PangyoBlock: big.NewInt(73_225_410),
ApplepieBlock: big.NewInt(73_225_410),
BokbunjaBlock: big.NewInt(73_225_410),
Ethash: new(EthashConfig),
}

Expand Down

0 comments on commit 702256b

Please sign in to comment.