/chains
now include an l2
flag and a chain description
- Each chain now provides an
l2
flag (#225) and a short description
about the chain (#226)
GET /api/v1/chains
{
...
"l2": <boolean>,
"description": <string>
}
Other changes
- Migrate to responses.matchers.json_params_matcher (#224)