feat: integrate widget tx states (#4553)
* feat(widget): sync transaction states * s * waiting on type release * slippage is all that remains * finalize tx integration * pr feedback * pr feedback - else if * update @uniswap/widgets to 2.7 * add slippage tolerance from transaction.info
Showing
... | ... | @@ -145,7 +145,7 @@ |
"@uniswap/v3-core": "1.0.0", | ||
"@uniswap/v3-periphery": "^1.1.1", | ||
"@uniswap/v3-sdk": "^3.9.0", | ||
"@uniswap/widgets": "^2.5.0", | ||
"@uniswap/widgets": "^2.7.0", | ||
"@vanilla-extract/css": "^1.7.2", | ||
"@vanilla-extract/css-utils": "^0.1.2", | ||
"@vanilla-extract/dynamic": "^2.0.2", | ||
... | ... |
Please register or sign in to comment