feat: pwat amp events (#5991)
* feat: implementing graphql endpoint * changing from hook to function call * initial gql routing works * feat: initial pwatRouting setup * sending correct amount * removing console * it is working * sufficient balance * 0 if no inputCurrency * removing value to send if erc20 * removing console * permit2 optional flag * removing not necessary stuff * mobile fixes * overlay needs to be here * changing swap amount to pool reserves * refactoring routing logic * no route found button state * better price loading for insufficient liquidity * refactoring graphql routing code * overflow * initial comments * resetting bag status on input currency change * locking * done * remove helper text for eth * fix: pay with any token routing bug * reordering button * zindex * price updated * keeping debounce * feat: adding amplitude events for pwat * bumping analytics version * types and hooks * moving erc20 flag to useSendTransaction * why did i put it in a hook * no return
Showing
... | @@ -134,7 +134,7 @@ | ... | @@ -134,7 +134,7 @@ |
"@sentry/react": "^7.29.0", | "@sentry/react": "^7.29.0", | ||
"@types/react-window-infinite-loader": "^1.0.6", | "@types/react-window-infinite-loader": "^1.0.6", | ||
"@uniswap/analytics": "1.2.0", | "@uniswap/analytics": "1.2.0", | ||
"@uniswap/analytics-events": "^2.1.0", | "@uniswap/analytics-events": "^2.3.0", | ||
"@uniswap/conedison": "^1.3.0", | "@uniswap/conedison": "^1.3.0", | ||
"@uniswap/governance": "^1.0.2", | "@uniswap/governance": "^1.0.2", | ||
"@uniswap/liquidity-staker": "^1.0.2", | "@uniswap/liquidity-staker": "^1.0.2", | ||
... | ... |
Please register or sign in to comment