mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-09 21:40:11 +00:00
23 lines
380 B
JSON
23 lines
380 B
JSON
{
|
|
"validator_sets": [{
|
|
"id":"local-vals",
|
|
"validators": [{
|
|
"id": "local",
|
|
"chains": ["mychain"]
|
|
}]
|
|
}],
|
|
"blockchains": [{
|
|
"id": "mychain",
|
|
"val_set_id": "local-vals",
|
|
"validators": [{
|
|
"config":{
|
|
"validator": {
|
|
"id": "local"
|
|
},
|
|
"rpc_addr": "localhost:46657",
|
|
"index": 0
|
|
}
|
|
}]
|
|
}]
|
|
}
|