fix: holesky genesis (#4616)

This commit is contained in:
Roman Krasiuk
2023-09-15 21:49:19 +03:00
committed by GitHub
parent a572c3b7f2
commit 873b6f71d8
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ pub static HOLESKY: Lazy<Arc<ChainSpec>> = Lazy::new(|| {
genesis: serde_json::from_str(include_str!("../../res/genesis/holesky.json"))
.expect("Can't deserialize Holesky genesis json"),
genesis_hash: Some(H256(hex!(
"ff9006519a8ce843ac9c28549d24211420b546e12ce2d170c77a8cca7964f23d"
"fd91bb7c01ae3f608b4d176078ca72bc7846791fdc02324481ca315ede4c9246"
))),
paris_block_and_final_difficulty: Some((0, U256::from(1))),
fork_timestamps: ForkTimestamps::default().shanghai(1694790240),