Skip to content

Commit

Permalink
core, params: set mainnet avocado block, a.k.a. a simple sha256 diges…
Browse files Browse the repository at this point in the history
…t without dag
  • Loading branch information
sadoci committed Mar 6, 2023
1 parent 64f88b6 commit ac7ee01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/metadium_genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -12298,7 +12298,8 @@ var (
"constantinopleBlock": 11441000,
"istanbulBlock": 11441000,
"londonBlock": 51960000,
"muirGlacierBlock": 11441000
"muirGlacierBlock": 11441000,
"avocadoBlock": 59860000
},
"difficulty": "0x1",
"extraData": "0x4f757220766973696f6e20697320746f206372656174652061206672656520776f726c64207468726f7567682073656c662d736f7665726569676e206964656e746974792e202f205768656e204920646973636f7665722077686f204920616d2c2049276c6c20626520667265652e202d2d2052616c706820456c6c69736f6e2c20496e76697369626c65204d616e0a30783165633236316462636533636530303232366237393765333030626135363836336666363563313338323633623938313435646364393762346561336134633761386432303431346537613031383566333263633730386430633163393935613837376536633738373666353061626331336637373430623961633330376266",
Expand Down
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ var (
MuirGlacierBlock: big.NewInt(11441000),
BerlinBlock: big.NewInt(51960000),
LondonBlock: big.NewInt(51960000),
AvocadoBlock: big.NewInt(1_000_000_000_000),
AvocadoBlock: big.NewInt(59_860_000),
Ethash: new(EthashConfig),
}

Expand Down

0 comments on commit ac7ee01

Please sign in to comment.