Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Version 3.21.0

Compare
Choose a tag to compare
@fmrsabino fmrsabino released this 20 Apr 09:37

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 to true
GET /v1/chains/<chain_id>/safe-apps

{
    "id": 1,
    "name": "OpenZeppelin",
    "tags": [
	    "tag1",
	    "tag2",
	    "tag3"
    ]
    ...
}

Full Changelog: v3.20.1...v3.21.0