interface
interface copied to clipboard
🦄 Open source interfaces for the Uniswap protocol
to generate relay queries: yarn relay todo: * git ignore generated files in src/schema and all __generated__ folders Need to figure out: * How to get proper chainId in fetchGraphQL.ts...
Implementing Fred's token details/charts feedback from [here](https://www.figma.com/file/kNSDBMpOzxSTOP6MerohLm/Web-App-Spec-(Phase-0-%26-Phase-1)-%5BWIP%5D?node-id=4237%3A94692) Additionally: * Cleaned up CopyHelper & moved into theme components * Consolidated opacity values & clickable styles into reusable constants
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
- NavBar for token explore - Features old wallet - Hidded behind Feature Flag - Requires the correct env variables as mentioned in slack - There are a couple of...
**Bug Description** When a user has an ENS resolved, it should display on all chains, including L2s. Right now we try to resolve using the Mainnet web3-react connector that is...
**Bug Description** The e2e tests for remove-liquidity fail randomly, might be related to window reloading on that page? **Steps to Reproduce** Try to run the test a bunch of times...
plug in query data into token details, decompose token details skeleton (loading state, no info state, loaded details state)
## URL https://app.uniswap.org/#/swap?use=V2&chain=mainnet ## `swap` state ```json { "INPUT": { "currencyId": "ETH" }, "independentField": "INPUT", "recipient": null, "OUTPUT": { "currencyId": "0x08AD83D779BDf2BBE1ad9cc0f78aa0D24AB97802" }, "typedValue": "1" } ``` ## Error ``` ReferenceError:...