Skip to content

Instantly share code, notes, and snippets.

View jeffprestes's full-sized avatar

Jeff Prestes jeffprestes

View GitHub Profile
@jeffprestes
jeffprestes / qbftConfigFile.json
Created February 14, 2024 21:53
Besu Genesis File for a Private QBFT Network
{
"genesis": {
"config": {
"chainId": 2581337,
"berlinBlock": 0,
"qbft": {
"blockperiodseconds": 2,
"epochlength": 30000,
"requesttimeoutseconds": 4
}