Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SaifRehman/f2d44f5f9a87c5e635018f2599c73708 to your computer and use it in GitHub Desktop.
Save SaifRehman/f2d44f5f9a87c5e635018f2599c73708 to your computer and use it in GitHub Desktop.
{
"genesis_time": "0001-01-01T00:00:00Z",
"chain_id": "name",
"validators": [
{
"pub_key": {
"type": "ed25519",
"data": "BD39BBBCC93A9EA63A0E40240FB469CD81A2AE379F446B542AFF074388216CD0"
},
"power": 10,
"name": "validator1"
},
{
"pub_key": {
"type": "ed25519",
"data": "68071247D4F63CF84C16B16B6700F34CAA5BB3DECAE0D527827CD1D77D57E1C6"
},
"power": 20,
"name": "validator2"
}
],
"app_hash": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment