interface
interface copied to clipboard
🦄 Open source interfaces for the Uniswap protocol
The current logic calculates fees as though the whole route were v2 or v3. Since the router recently updated to support interleaving routes this is no longer a safe assumption....
After running `yarn start` command I get this error. What is the problem? ``` Starting the development server... Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19) at Object.createHash (node:crypto:133:10) at...
**Bug Description** Users with a max Allowance on USDC and DAI are being forced to do a signature approval, instead of the UI noticing that they already have full allowance...
## URL https://app.uniswap.org/#/pool/v2 ## Error ``` Error: No V2 factory address on this chain ``` ## Stacktrace ``` Error: No V2 factory address on this chain at U (https://app.uniswap.org/static/js/main.af8397bb.chunk.js:1:982926) at...
add fonts styles to theme based on Uniswap design system example usage: theme.headlineLarge Before used hard-coded css or text wrappers (before and after -- no more text wrapper usage):
## URL https://app.uniswap.org/#/vote?chain=mainnet ## Error ``` ChunkLoadError: Loading chunk 78 failed. (error: https://app.uniswap.org/static/js/78.95c26552.chunk.js) ``` ## Stacktrace ``` ChunkLoadError: Loading chunk 78 failed. (error: https://app.uniswap.org/static/js/78.95c26552.chunk.js) at c.e (https://app.uniswap.org/:1:4201) at https://app.uniswap.org/static/js/main.98f36c1c.chunk.js:1:805886 at...
## URL https://app.uniswap.org/#/swap?chain=mainnet ## `swap` state ```json { "INPUT": { "currencyId": "ETH" }, "OUTPUT": { "currencyId": null }, "independentField": "INPUT", "typedValue": "", "recipient": null } ``` ## Error ``` TypeError:...
**Bug Description** On the page of a specific univ3 LP position, the console is full of JS errors and the dollar values of balances don't load. Transactions work fine. **Steps...