Skip to content

Commit

Permalink
core, params: set testnet 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 Feb 21, 2023
1 parent 0f6835f commit 8443a4a
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 @@ -12343,7 +12343,8 @@ var (
"constantinopleBlock": 5623000,
"istanbulBlock": 5623000,
"londonBlock": 38067000,
"muirGlacierBlock": 5623000
"muirGlacierBlock": 5623000,
"avocadoBlock": 40759810
},
"difficulty": "0x1",
"extraData": "0x4f757220766973696f6e20697320746f206372656174652061206672656520776f726c64207468726f7567682073656c662d736f7665726569676e206964656e746974792e202f205768656e204920646973636f7665722077686f204920616d2c2049276c6c20626520667265652e202d2d2052616c706820456c6c69736f6e2c20496e76697369626c65204d616e0a30786136643030363765663532653431653330653634313762613366613135666466636338323063343766303933326561633661363539636466393330363434336262636439303065373437313066626564643363316362353062346566393430666339343431333033343565373738363831366331613861313463646135616261",
Expand Down
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ var (
MuirGlacierBlock: big.NewInt(5623000),
BerlinBlock: big.NewInt(38067000),
LondonBlock: big.NewInt(38067000),
AvocadoBlock: big.NewInt(1_000_000_000_000),
AvocadoBlock: big.NewInt(40_759_810),
Ethash: new(EthashConfig),
}

Expand Down

0 comments on commit 8443a4a

Please sign in to comment.