safe-global / safe-client-gateway

Serves as a bridge for the Safe{Wallet} clients (Android, iOS, Web)
https://docs.safe.global
MIT License
27 stars 64 forks source link

Map `SafeApp['featured']` flag #2085

Closed iamacook closed 2 weeks ago

iamacook commented 2 weeks ago

Summary

A featuredflag has been [added to theSafeApp` model](https://github.com/safe-global/safe-config-service/pull/1272) of the Config Service.

This maps the new featured flag to the appropriate SafeApp entity, under the featured property.

Changes