github safe-global/safe-config-service v1.2.0
Safe Config Service 1.2.0

latest releases: v2.78.0, v2.77.0, v2.76.0...
2 years ago

New Features

  • Safe Apps now have a unique id (integer) that's returned via GET api/v1/safe-apps/ (#128) – this id uniquely represents one Safe App. This avoids issues where different URLs would point to the same resource/app.
  • Safe Apps now have a visibility modifier which can be set via the admin interface. This allows to easily show/hide a given application without having to delete its data (#130)

Changes to /chains endpoint (work in progress)

  • gasPriceOracle is now returned (#120) for each chain
{
  ...
  "gasPriceOracle": { // optional
       "url": <url-string>,
       "gasParameter": <string> // eg.: safeLow | average | fast
   }
}
  • Chains can now be sorted by the internal field relevance – it's represented by an integer. Lower integers are given priority (ie.: show up first in the list) (#124)

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

NewReleases is sending notifications on new releases.