Skip to content

Instantly share code, notes, and snippets.

@eum602
Last active November 26, 2020 21:55
Show Gist options
  • Save eum602/b228bd17b7bafacd8000c26aab8af4f4 to your computer and use it in GitHub Desktop.
Save eum602/b228bd17b7bafacd8000c26aab8af4f4 to your computer and use it in GitHub Desktop.
A genesis block compliant with IBFT2 consensus protocol
{
"config" : {
"chainId" : 2018,
"constantinoplefixblock" : 0,
"ibft2" : {
"blockperiodseconds" : 2,
"epochlength" : 30000,
"requesttimeoutseconds" : 4
}
},
"nonce" : "0x0",
"timestamp" : "0x58ee40ba",
"gasLimit" : "0x2FEFD800",
.
.
.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment