Description
There are many ERC20 contracts where the Safe Transaction Service holds the token metadata available (displayName, logoUri) in the /token/{address} endpoint, but it's missing on our /contract/{address} endpoint.
It would be convenient for the clients to have the token metadata available on the contract entity.
Requirements
- When the metadata is not available for a Transaction Service Contract, try to gather it from the Transaction Service ERC20 Token entity.
Description
There are many ERC20 contracts where the Safe Transaction Service holds the token metadata available (displayName, logoUri) in the
/token/{address}endpoint, but it's missing on our/contract/{address}endpoint.It would be convenient for the clients to have the
tokenmetadata available on thecontractentity.Requirements