interface icon indicating copy to clipboard operation
interface copied to clipboard

🦄 Open source interfaces for the Uniswap protocol

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

**Is your feature request related to a problem? Please describe.** Why has the expert mode option been removed? It's annoying having to click confirm each time. **Describe the solution you'd...

improvement

Create a fork of the interface that can be served from another url like donatetoukraine.uniswap.org. Changes needed: - [x] Remove header with "swap, pool, etc" - [x] Fix output selector...

improvement

when there is empty parameter in the eip712 structure, it can not return the result.

I have installed the necessary packages and build the project: node version 22.0.0 yarn version 3.2.3 yarn install works all configuration steps complete it didn't before as I had to...

5 minute deadline on L2 makes it really difficult to get LP transactions through on multisigs even when all signers are present at the same time.

path : interface/apps/web/src/pages/AddLiquidity/index.tsx ![image](https://github.com/Uniswap/interface/assets/166362586/ddbe1a98-0dbf-461c-9951-4e6df714f79b) get sepolia token info is undefined

Sepolia Testnetwork token not addable/findable in search

Currently, the USDC address specified for Celo Alfajores testnet is incorrect. https://github.com/Uniswap/interface/blob/1ffb97086790de08b503311e85306223e9427c8b/apps/web/src/constants/tokens.ts#L481-L482 The correct USDC addresses are: 1. Celo (mainnet): [`0xcebA93...`](https://celoscan.io/address/0xcebA9300f2b948710d2653dD7B07f33A8B32118C) 2. Celo Alfajores (testnet): [`0x2F25de...`](https://alfajores.celoscan.io/address/0x2F25deB3848C207fc8E0c34035B3Ba7fC157602B) ```diff - [ChainId.CELO_ALFAJORES]: USDC_CELO.address,...