Created
April 3, 2018 12:06
-
-
Save SaifRehman/f2d44f5f9a87c5e635018f2599c73708 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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