gomes
gomes
… calls ## Description ⚠️ Blocked by https://github.com/shapeshift/hdwallet/pull/552 This PR: - passes the full `AddEthereumChainParameter` params to ethSwitchChain() following the removal of the hardcoded struct in https://github.com/shapeshift/hdwallet/pull/552#diff-f9e068313c89ab1b915d52a8d9a89f80fff9a86172cc34d11ee765e2d178c5b3L10-L20 - adds error-handling...
### Overview Currently, when scanning a QR code from MetaMask mobile, a QR code that doesn't allow continuing with the send flow component is input. 1inch Wallet, MyCrypto (desktop), Coinbase...
### Overview Currently, we have no way to handle failed to broadcast errors and don't notify users about it, it just silently fails (with some unchained errors logged in console)....
### Overview Currently, handling Tx fees and minimum amounts across the app is either inconsistent, or not implemented at all. We should implement a consistent way to handle: - minimum...
## Description This PR brings support for multiple inbound / outbound assets transfers as a ` transfers` column in Tx history. ## Notice - [x] Have you followed the guidelines...
## Description This PR prototypes the new `opportunitySlice`, to be used as an RTK query slice for opportunities data e.g: - FOX/ETH LP/farming data - Yearn opportunities ## Notice -...
### Overview Currently, we show a "Not enough " to cover gas, which is always the sell asset However, this is only valid in cases where the gas is covered...
## Description Proof of concept validating whether or not [`react-memo/require-usememo`](https://github.com/steadicat/eslint-plugin-react-memo#require-usememo) makes sense for us, fixing lint warnings across the Fox Page. - Wraps callbacks in `useCallback` - Extracts inline arrow...
### Overview Currently in develop/prod, there is an infinite toggle between swapper accounts in swapper. Steps to reproduce: - In swapper, select a sell asset for which you have either...
### Overview As we start to have more direct chain-interacting logic around the codebase (as opposed to using `chain-adapters` to build/sign/broadcast Txs), there is currently a lot of wheel reinvention...