Skip to content

Instantly share code, notes, and snippets.

@blazejkrzak
Last active November 13, 2020 18:00
Show Gist options
  • Save blazejkrzak/7f6f1289401050393658d08db53db25b to your computer and use it in GitHub Desktop.
Save blazejkrzak/7f6f1289401050393658d08db53db25b to your computer and use it in GitHub Desktop.
Parity authority round
{
"name": NAME_REPLACE_MARKER,
"engine": {
"authorityRound": {
"params": {
"stepDuration": "15",
"validators": {
"list": LIST_REPLACE_MARKER
}
}
}
},
"params": {
"gasLimitBoundDivisor": "0x400",
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID": "0x2323"
},
"genesis": {
"seal": {
"authorityRound": {
"step": "0x0",
"signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
},
"difficulty": "0x20000",
"author": "0x0000000000000000000000000000000000000000",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x",
"gasLimit": "0x222222"
},
"accounts": {
ACCOUNTS_REPLACE_MARKER
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment