mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-09 13:30:11 +00:00
15 lines
218 B
JSON
15 lines
218 B
JSON
{
|
|
"id": "mychain",
|
|
"val_set_id": "myvalset",
|
|
"validators": [
|
|
{
|
|
"validator": {
|
|
"id": "local",
|
|
"chains": ["mychain"]
|
|
},
|
|
"addr": "localhost:46657",
|
|
"index": 0
|
|
}
|
|
]
|
|
}
|