feat: upgrade conedison (#6688)
<!-- Your PR title must follow conventional commits: https://github.com/Uniswap/interface#pr-title --> ## Description <!-- Summary of change, including motivation and context. --> <!-- Use verb-driven language: "Fixes XYZ" instead of "This change fixes XYZ" --> upgrades the coned package to get this change: https://github.com/Uniswap/conedison/pull/19 ## Test plan <!-- Delete this section if your change is not a bug fix. --> ### Reproducing the error <!-- Include steps to reproduce the bug. --> 1. Try to sign a permit2 signature with trustwallet ios on optimism or arbitrum - it will fail without this change. ### QA (ie manual testing) <!-- Include steps to test the change, ensuring no regression. --> - [x] manually moved this change into `interface` and tested it , it works as a fallback
Showing
... | @@ -158,7 +158,7 @@ | ... | @@ -158,7 +158,7 @@ |
"@types/react-window-infinite-loader": "^1.0.6", | "@types/react-window-infinite-loader": "^1.0.6", | ||
"@uniswap/analytics": "^1.3.1", | "@uniswap/analytics": "^1.3.1", | ||
"@uniswap/analytics-events": "^2.10.0", | "@uniswap/analytics-events": "^2.10.0", | ||
"@uniswap/conedison": "^1.4.0", | "@uniswap/conedison": "^1.7.1", | ||
"@uniswap/governance": "^1.0.2", | "@uniswap/governance": "^1.0.2", | ||
"@uniswap/liquidity-staker": "^1.0.2", | "@uniswap/liquidity-staker": "^1.0.2", | ||
"@uniswap/merkle-distributor": "1.0.1", | "@uniswap/merkle-distributor": "1.0.1", | ||
... | ... |
Please register or sign in to comment