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

## URL https://app.uniswap.org/#/tokens/ethereum_goerli ## Error ``` TypeError: Cannot read properties of undefined (reading 'circleLogoUrl') ``` ## Stacktrace ``` TypeError: Cannot read properties of undefined (reading 'circleLogoUrl') at https://app.uniswap.org/static/js/main.86b651fc.chunk.js:1:793006 at Sa...

## URL https://app.uniswap.org/#/swap ## `swap` state ```json { "INPUT": { "currencyId": "ETH" }, "OUTPUT": { "currencyId": null }, "independentField": "INPUT", "typedValue": "", "recipient": null } ``` ## Error ``` TypeError:...

Updates all nft api fetchers to use v3 api endpoint

* adding the ability to add and subtract the number of erc1155 tokens to bag on details page

## URL https://app.uniswap.org/#/vote ## Error ``` ChunkLoadError: Loading chunk 1 failed. (error: https://app.uniswap.org/static/js/1.c62fde9b.chunk.js) ``` ## Stacktrace ``` ChunkLoadError: Loading chunk 1 failed. (error: https://app.uniswap.org/static/js/1.c62fde9b.chunk.js) at n.e (https://app.uniswap.org/:1:6258) at https://app.uniswap.org/static/js/main.a0a69806.chunk.js:1:719538 at...

Integrate with 4EVERLAND pin service #4883

**Introduce** [4EVERLAND](https://www.4everland.org/) can provide you with pin service and global acceleration. **Step** 1. Open [Dashboard](https://dashboard.4everland.org/) and connect with wallet 2. Create token in [Auth Tokens](https://dashboard.4everland.org/hosting/auth-tokens), and add it as EVER_TOKEN...

improvement

**Bug Description** Throughout the interface, currency amounts are formatted incorrectly where the currency code is written after the amount. [In English](https://www.govinfo.gov/content/pkg/GPO-STYLEMANUAL-2016/pdf/GPO-STYLEMANUAL-2016.pdf#page=252), currencies codes and symbols are always written [before the...

bug

**Bug Description** The summary modal box when swapping assets reads "Price Impact", and its tooltip (when hovered over) reads "The impact your trade has on the market price of this...

bug

**Bug Description** ``` .env // .env REACT_APP_INFURA_KEY="4bf032f2d38a4ed6bb975b80d6340847" REACT_APP_AMPLITUDE_TEST_KEY="add-the-real-test-key-if-you-need-to-test-amplitude-events" REACT_APP_AWS_API_REGION="us-east-2" REACT_APP_AWS_API_ACCESS_KEY="AKIAYJJWW6AQ47ODATHN" REACT_APP_AWS_API_ACCESS_SECRET="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" REACT_APP_AWS_X_API_KEY="z9dReS5UtHu7iTrUsTuWRozLthi3AxOZlvobrIdr14" REACT_APP_AWS_API_ENDPOINT="https://beta.api.uniswap.org/v1/graphql" REACT_APP_TEMP_API_URL="https://temp.api.uniswap.org/v1" ``` I have two question 1. I can see many api keys in .env file, and...

bug