mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-14 12:04:08 +00:00
26a358a3af
* Adds exponential backOff for fetch methods * Avoid multiple requests before the last finished * Removes unused dependency * Adds try catch * Fix isFetchingData variable initialization * Add return type to fetchAllUserCollectiblesByCategoryAsync * Improve typings for fetchSafeTokens * Add more types * Improve types usage * Improve types usage * Refactor useCheckForUpdates to avoid calling the actions before they finished * Updates typing in OpenSea.ts * Update store types * Update store types * Remove unused promises * useCheckForUPdates & useFetchTokens refactor wip * enhanced safe state/selector types * refactor useCheckForUpdates * improve comment in useSafeScheduledUpdaates * type enhancements * use checksumAddress to checksum an address * dep bump Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com> Co-authored-by: Mati Dastugue <matias.dastugue@altoros.com>