Skip to content

Safe Config Service 2.3.0

Compare
Choose a tag to compare
@fmrsabino fmrsabino released this 27 Sep 08:33
852f2c7

/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)