cosmos-sdk/data/genesis.json

13 lines
230 B
JSON
Raw Normal View History

2017-01-29 12:48:28 -08:00
[
"base/chainID", "test_chain_id",
"base/account", {
2017-02-07 13:10:17 -08:00
"pub_key": [1, "619D3678599971ED29C7529DDD4DA537B97129893598A17C82E3AC9A8BA95279"],
2017-01-29 12:48:28 -08:00
"coins": [
{
2017-02-12 22:15:01 -08:00
"denom": "mycoin",
2017-01-29 12:48:28 -08:00
"amount": 9007199254740992
}
]
}
]