diff --git a/RELEASE b/RELEASE index 348bb4106db..609f550c9a0 100644 --- a/RELEASE +++ b/RELEASE @@ -1,6 +1,6 @@ IPFS hash of the deployment: -- CIDv0: `QmX5dHDvYJwU2rZoLSCyZLiE8E3iSDEeyMRvbZxCAN6PJ9` -- CIDv1: `bafybeieb37nluv6rhyctnziiqxybgimkhxcaz7dpm3efb4xgqes6tftk6i` +- CIDv0: `QmYL6y6Rw6FpUGdycyASv3KGf54bpmPeZQKn6Bxq4JakEF` +- CIDv1: `bafybeieuod5jwzai74wxpuokl3bwl2jsf2kcbohjjllbc3lkwftkumlduq` The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). @@ -10,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway. Your Uniswap settings are never remembered across different URLs. IPFS gateways: -- https://bafybeieb37nluv6rhyctnziiqxybgimkhxcaz7dpm3efb4xgqes6tftk6i.ipfs.dweb.link/ -- https://bafybeieb37nluv6rhyctnziiqxybgimkhxcaz7dpm3efb4xgqes6tftk6i.ipfs.cf-ipfs.com/ -- [ipfs://QmX5dHDvYJwU2rZoLSCyZLiE8E3iSDEeyMRvbZxCAN6PJ9/](ipfs://QmX5dHDvYJwU2rZoLSCyZLiE8E3iSDEeyMRvbZxCAN6PJ9/) +- https://bafybeieuod5jwzai74wxpuokl3bwl2jsf2kcbohjjllbc3lkwftkumlduq.ipfs.dweb.link/ +- https://bafybeieuod5jwzai74wxpuokl3bwl2jsf2kcbohjjllbc3lkwftkumlduq.ipfs.cf-ipfs.com/ +- [ipfs://QmYL6y6Rw6FpUGdycyASv3KGf54bpmPeZQKn6Bxq4JakEF/](ipfs://QmYL6y6Rw6FpUGdycyASv3KGf54bpmPeZQKn6Bxq4JakEF/) -### 5.51.3 (2024-10-10) +### 5.51.4 (2024-10-10) ### Bug Fixes -* **web:** fix network filter on explore (#12894) b29b04a +* **web:** enable token swap on non mainnet tdp for legacy swap - prod (#12900) cb91f9e diff --git a/VERSION b/VERSION index 27a0e71503f..683e07df0f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -web/5.51.3 \ No newline at end of file +web/5.51.4 \ No newline at end of file diff --git a/apps/web/src/components/Tokens/TokenDetails/index.tsx b/apps/web/src/components/Tokens/TokenDetails/index.tsx index 87faf407af1..12e3c0df714 100644 --- a/apps/web/src/components/Tokens/TokenDetails/index.tsx +++ b/apps/web/src/components/Tokens/TokenDetails/index.tsx @@ -16,7 +16,6 @@ import { NATIVE_CHAIN_ID } from 'constants/tokens' import { getTokenDetailsURL } from 'graphql/data/util' import { useCurrency } from 'hooks/Tokens' import { useScreenSize } from 'hooks/screenSize/useScreenSize' -import { useAccount } from 'hooks/useAccount' import useParsedQueryString from 'hooks/useParsedQueryString' import { ScrollDirection, useScroll } from 'hooks/useScroll' import deprecatedStyled from 'lib/styled-components' @@ -81,7 +80,6 @@ function useSwapInitialInputCurrency() { function TDPSwapComponent() { const { address, currency, currencyChainId, warning } = useTDPContext() - const account = useAccount() const navigate = useNavigate() const handleCurrencyChange = useCallback( @@ -134,7 +132,6 @@ function TDPSwapComponent() { initialInputCurrency={initialInputCurrency} initialOutputCurrency={currency} onCurrencyChange={handleCurrencyChange} - disableTokenInputs={account.isConnected && currency.chainId !== account.chainId} compact /> {warning && }