Usame Algan
Usame Algan
## What is the feature about We currently fetch the chains config on runtime whenever the app loads. The chains config includes data that is needed in many different places...
Requests on [the deployed app](https://gnosis-delegator-soptq.vercel.app/) go to the old transaction service urls e.g. for mainnet it tries to call https://safe-transaction.mainnet.gnosis.io instead of https://safe-transaction-mainnet.safe.global/ Did it get deployed with an old...
Consider supporting EIP-3770 Chain-specific addresses: https://eips.ethereum.org/EIPS/eip-3770 For example the `isValidAddress` function currently returns false if called with something like `eth:0xe75c3138F75E98b912f262dc2617C341B51951eE` where as it returns true for `0xe75c3138F75E98b912f262dc2617C341B51951eE`
## What it solves Resolves [SW-173](https://www.notion.so/safe-global/Close-networks-selector-in-the-header-after-choosing-network-8300245b7058465ea6de4a9e9171f094) ## How this PR fixes it - Shows a notification when replaying a safe on another network - Closes the Network selector when closing...
## What is the feature about The `CheckWallet` component is a critical component that wraps almost every button in the app to decide whether that button should be enabled or...
## What is the feature about In #1825 we added delegate support in the UI. It would be good to know how much this is being used. ## The list...
## Bug description When trying to delete a transaction from the queue while the wallet is on a different network it fails and shows an error to the user ##...