Skip to content

Commit 8443a4a

Browse files
committed
core, params: set testnet avocado block, a.k.a. a simple sha256 digest without dag
1 parent 0f6835f commit 8443a4a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

core/metadium_genesis.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -12343,7 +12343,8 @@ var (
1234312343
"constantinopleBlock": 5623000,
1234412344
"istanbulBlock": 5623000,
1234512345
"londonBlock": 38067000,
12346-
"muirGlacierBlock": 5623000
12346+
"muirGlacierBlock": 5623000,
12347+
"avocadoBlock": 40759810
1234712348
},
1234812349
"difficulty": "0x1",
1234912350
"extraData": "0x4f757220766973696f6e20697320746f206372656174652061206672656520776f726c64207468726f7567682073656c662d736f7665726569676e206964656e746974792e202f205768656e204920646973636f7665722077686f204920616d2c2049276c6c20626520667265652e202d2d2052616c706820456c6c69736f6e2c20496e76697369626c65204d616e0a30786136643030363765663532653431653330653634313762613366613135666466636338323063343766303933326561633661363539636466393330363434336262636439303065373437313066626564643363316362353062346566393430666339343431333033343565373738363831366331613861313463646135616261",

params/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ var (
176176
MuirGlacierBlock: big.NewInt(5623000),
177177
BerlinBlock: big.NewInt(38067000),
178178
LondonBlock: big.NewInt(38067000),
179-
AvocadoBlock: big.NewInt(1_000_000_000_000),
179+
AvocadoBlock: big.NewInt(40_759_810),
180180
Ethash: new(EthashConfig),
181181
}
182182

0 commit comments

Comments
 (0)