fix: sanitize legacy signature format (#5878)
Upgrades @uniswap/universal-router-sdk to fix a bug where legacy wallets submitted unhandled legacy signature formats, with suffixes that failed to execute when calling estimateGas. See ticket CX-140
Showing
... | ... | @@ -145,7 +145,7 @@ |
"@uniswap/sdk-core": "^3.0.1", | ||
"@uniswap/smart-order-router": "^2.10.0", | ||
"@uniswap/token-lists": "^1.0.0-beta.30", | ||
"@uniswap/universal-router-sdk": "1.3.0", | ||
"@uniswap/universal-router-sdk": "1.3.4", | ||
"@uniswap/v2-core": "1.0.0", | ||
"@uniswap/v2-periphery": "^1.1.0-beta.0", | ||
"@uniswap/v2-sdk": "^3.0.1", | ||
... | ... |
Please register or sign in to comment