memoyil
memoyil
--- ## PR-Codex overview This PR updates the `fetchDerivedPriceData.ts` file to include a new `EXPLORER_API` constant and modifies the `SWAP_INFO_BY_CHAIN` object to use this constant for V3 subgraph URL. ###...
--- ## PR-Codex overview The focus of this PR is to update the background styling of the `PerpetualBanner` component in the Home view. ### Detailed summary - Changed the background...
--- ## PR-Codex overview The focus of this PR is to update address helper functions and use them in various hooks for Cake staking features. ### Detailed summary - Added...
--- ## PR-Codex overview This PR updates the `RoiCalculator.tsx` file to include the `stringDepositAmount` in the calculation of `maxA` and `maxB`. ### Detailed summary - Include `stringDepositAmount` in ROI calculation...
--- ## PR-Codex overview This PR adds a caching mechanism to improve performance in the `usePools` hook by introducing a `PoolCache` class and a `cachedPoolFallback` function. ### Detailed summary -...
--- ## PR-Codex overview This PR updates import paths and types across multiple files. ### Detailed summary - Updated import paths for consistency - Changed types from `null` to specific...
--- ## PR-Codex overview The focus of this PR is to refactor the `useToken` hook to use `useReadContracts` and fetch ERC20 token details efficiently. ### Detailed summary - Replaced `useToken`...
--- ## PR-Codex overview The focus of this PR is to refactor function calls, update modals, and improve code structure across multiple components. ### Detailed summary - Refactored function calls...
--- ## PR-Codex overview This PR updates various components and hooks to use `useCallback` and `useMemo` for performance optimization. ### Detailed summary - Updated functions to use `useCallback` and `useMemo`...