interface icon indicating copy to clipboard operation
interface copied to clipboard

🦄 Open source interfaces for the Uniswap protocol

Results 458 interface issues
Sort by recently updated
recently updated
newest added

**Bug Description** Multiple bugs with Trust and Uniswap - I am not able to use it 1) TX preview not loading ``` Failed to get swap taxes for token(s): ['0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48']...

bug

when installing dependencies with the yarn install command, this happens. where can i find this file? ![image](https://user-images.githubusercontent.com/79666398/218231130-1d27ef44-8052-4417-8797-b8343cb17ef8.png) ``` Generate outputs ❯ Generate to src/graphql/data/__generated__/types-and-hooks.ts ✖ Failed to load schema from...

# RPC Performance Methodology is naive at best This appears to provide a way to gauge RPC provider performance. However, there are issues with the methodology that do not translate...

# AVG_L1_BLOCK_TIME We see it defined here: https://github.com/Uniswap/interface/blob/809841df0a8fbeb98bde1780081f1170c84aa283/src/constants/chainInfo.ts#L24 Officially, L1 block time is defined here: https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/beacon-chain.md#time-parameters-1 Furthermore, an average of 12 would be lower than any observed block times post...

**Bug Description** Cannot approve or add liquidity for this specific token (https://celoscan.io/address/0xcde66143c5d9b134daba0e6a96e476b1bd347b04#code). Is there an issue with the token not conforming to a specific interface? ``` index.ts:269 Uncaught (in promise)...

bug

**Bug Description** https://github.com/Uniswap/interface/blob/91c20135227b13dc8d75b6be974fb261e9ab6cfd/src/pages/RemoveLiquidity/index.tsx#L121 in `onAttemptToApprove` method uniswap allow using token approve instead of permit2 when error occur. https://github.com/Uniswap/interface/blob/91c20135227b13dc8d75b6be974fb261e9ab6cfd/src/hooks/usePermit2Allowance.ts#L113 in `isePermit2Allowance` the only way to approve token is using permit2 **Steps...

bug

if you have an ETH:TOKEN LP position that you want to re-use, you can't provide WETH when topping up. ![image](https://user-images.githubusercontent.com/5773490/162791116-585cfd56-ed8f-4497-8bd5-febf388fb51f.png)

good first issue
improvement

[graphql] Error: FetchError: request to https://api.uniswap.org/v1/graphql failed, reason: connect ETIMEDOUT 185.60.216.169:443 [graphql] at ClientRequest. (/root/GitCode/interface/node_modules/node-fetch/lib/index.js:1491:11) [graphql] at ClientRequest.emit (node:events:513:28) [graphql] at TLSSocket.socketErrorListener (node:_http_client:496:9) [graphql] at TLSSocket.emit (node:events:513:28) [graphql] at emitErrorNT...

**Bug Description** A clear and concise description of the bug. **Steps to Reproduce** "Make sure screen width is on mobile" 1. Go to https://app.uniswap.org/#/pools 2. Click on "+ New Position"...

bug

**Is your feature request related to a problem? Please describe.** Uniswap's anti-phishing partner Bolster Inc. sent a takedown notice to our hosting provider, for hosting a legitimate fork of the...

improvement