You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
380 B

{
"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
}
}]
}]
}