Chains now include a vpcTransactionService
field
vpcTransactionService
was added to theChain
(#235) – This field is similar totransaction_service_uri
but will hold the VPC url of the transaction service
GET /api/v1/chains
{
...
"vpcTransactionService": <url-string>,
}