Currently Uniswap UI is broken for Sepolia and testnets so to use it locally or on some IPFS/Swarm solution you need to go to older version and make a build.git clone https://github.com/Uniswap/interface cd interface git fetch --all --tags git checkout tags/web/5.19.3 mkdir apps/web/src/utils/__generated__ # https://github.com/Uniswap/interface/issues/7631 # create .env.defaults file under project root. # https://github.com/Uniswap/interface/issues/7678 cat <<EOL > .env.defaults ALC...