Closed DmitryBespalov closed 7 months ago
It would be preferable to always specify the version
so that we can eventually remove the default.
Alright, here's a list of things to keep in mind to make it work on mobile:
RELAYING_MOBILE
in the "features"
of their config returned.thanks @schmanu and @liliya-soroka adjusting config and spotting where the issue might be.
* Sending any token or native coin to self is returning misleading error message in the API: https://github.com/safe-global/safe-client-gateway/blob/0a81757cd61b2ef6ba9b5fb615cb5a1f75c89ee3/src/domain/relay/limit-addresses.mapper.spec.ts#L346 and here https://github.com/safe-global/safe-client-gateway/blob/0a81757cd61b2ef6ba9b5fb615cb5a1f75c89ee3/src/domain/relay/limit-addresses.mapper.spec.ts#L371
Thank you for the feedback. We will look into updating the error message.
Edit: this has been changed.
Verified
Data for the new relay endpoints: safe address, safe version
Affected requests:
POST /v1/relay/:chainId → /v1/chains/:chainId/relay
GET /v1/relay/:chainId/:safeAddress → /v1/chains/:chainId/relay/:safeAddress
Updated data structures for the
POST
request:Contact person: Frederico Sabino or Aaron Cook