New Features
- Safe Apps now have a unique id (integer) that's returned via
GET api/v1/safe-apps/
(#128) – thisid
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 fieldrelevance
– it's represented by an integer. Lower integers are given priority (ie.: show up first in the list) (#124)