This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Version 3.21.0
What's Changed
Safe Apps now include tags (preview)
- Each Safe App can now include a list of tags #851
- This feature is currently in preview – it is only enabled if the environment variable
SAFE_APPS_TAGS_FEATURE_ENABLED
is set totrue
GET /v1/chains/<chain_id>/safe-apps
{
"id": 1,
"name": "OpenZeppelin",
"tags": [
"tag1",
"tag2",
"tag3"
]
...
}
Full Changelog: v3.20.1...v3.21.0