feat: integrate SwapRouter02 on L1/L2 + gas ui
* client-side smart order router support * support auto router on L2s * add swap router version in approval/swap callback GA events to save $ on approval txs * add persistent UI view of gas estimate on L1s Co-authored-by:Lint Action <lint-action@samuelmeuli.com> Co-authored-by:
Ian Lapham <ian@uniswap.org> Co-authored-by:
Callil Capuozzo <callil.capuozzo@gmail.com>
Showing
| ... | ... | @@ -58,11 +58,13 @@ |
| "@uniswap/liquidity-staker": "^1.0.2", | ||
| "@uniswap/merkle-distributor": "1.0.1", | ||
| "@uniswap/redux-multicall": "^1.0.0", | ||
| "@uniswap/router-sdk": "^1.0.1", | ||
| "@uniswap/sdk-core": "^3.0.1", | ||
| "@uniswap/smart-order-router": "^2.5.4", | ||
| "@uniswap/token-lists": "^1.0.0-beta.27", | ||
| "@uniswap/v2-core": "1.0.0", | ||
| "@uniswap/v2-periphery": "^1.1.0-beta.0", | ||
| "@uniswap/v2-sdk": "^3.0.0-alpha.2", | ||
| "@uniswap/v2-sdk": "^3.0.1", | ||
| "@uniswap/v3-core": "1.0.0", | ||
| "@uniswap/v3-periphery": "^1.1.1", | ||
| "@uniswap/v3-sdk": "^3.7.1", | ||
| ... | ... | @@ -127,6 +129,7 @@ |
| "typescript": "^4.2.3", | ||
| "ua-parser-js": "^0.7.28", | ||
| "use-count-up": "^2.2.5", | ||
| "use-resize-observer": "^8.0.0", | ||
| "wcag-contrast": "^3.0.0", | ||
| "web-vitals": "^2.1.0", | ||
| "workbox-core": "^6.1.0", | ||
| ... | ... |
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment