github safe-global/safe-config-service v1.1.0
Safe Config Service 1.1.0

latest releases: v2.87.0, v2.86.0, v2.85.0...
3 years ago

Bug Fixes

  • Enable blank values for safe-app provider (#115)
  • Remove route slicing from logger (#111)
  • Add trailing slash to chains/id/ endpoint (#110)

New Features

  • New endpoint api/v1/about – this endpoint gives basic information about the service. Currently it displays the name of the service, version of the service, api version of the request and if the request was done via https or http

Changes to /chains endpoint (work in progress)

  • /chains now returns the theme information of the chain that can be used by the clients (#112):
"theme": {
    "textColor": <hex-color-string>,
    "backgroundColor": <hex-color-string>
}
  • The public transaction service url was added to the /chains payload. This can be used by the clients in order to directly interact with the transaction service of a given chain (#106)
{
  ...
  "transactionService": <url>
}

Don't miss a new safe-config-service release

NewReleases is sending notifications on new releases.