Last active
April 17, 2018 10:14
-
-
Save kidinamoto01/1f503320bba9ba986591a96de6b854c7 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": "gaia-3007", | |
"validators": [ | |
{ | |
"pub_key": { | |
"type": "AC26791624DE60", | |
"value": "uqjtp5kQbMimocc7+/THPPqTC9LR3iQwm7pkvrRec9A=" | |
}, | |
"power": 10000, | |
"name": "" | |
} | |
], | |
"app_hash": "", | |
"app_state": { | |
"accounts": [ | |
{ | |
"address": "9AA36778437B03D7B3D08E62860D1C8C4DBAB3E5", | |
"coins": [ | |
{ | |
"denom": "steak", | |
"amount": 9007199254740992 | |
} | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment