Description
Based on the /address/assets API implementation of watcher service, it can be seen that the API is paginated, defaulting to 20 items per page. In withdraw action of Watcher app, this pagination isn't respected at all, and it's supposed that it returns all of the address assets (which is wrong).
Acceptance conditions
Description
Based on the
/address/assetsAPI implementation of watcher service, it can be seen that the API is paginated, defaulting to 20 items per page. In withdraw action of Watcher app, this pagination isn't respected at all, and it's supposed that it returns all of the address assets (which is wrong).Acceptance conditions
SWRshould be used for data fetching