Config
Add a new configuration.
post/v1/configs
Request body
Example request
{
"baseChain": {
"id": "62e143f9f161ba55e6db29cb"
},
"subChain": {
"name": "cosmoshub"
}
}Response
OK
Example response
{
"status": 200,
"result": "62675e2d8891cd77b87f5b16"
}