Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(@web3-react/gnosis-safe): bump safe sdk version to fix the signing issue #841

Merged
merged 2 commits into from
Jun 29, 2023
Merged

fix(@web3-react/gnosis-safe): bump safe sdk version to fix the signing issue #841

merged 2 commits into from
Jun 29, 2023

Conversation

mmv08
Copy link
Contributor

@mmv08 mmv08 commented Jun 29, 2023

Description

The Safe SDK version 7.10.0 contains a bug related to passing the SDK version for checking if a particular feature is compatible with the SDK/safe wallet interface. This renders the uniswap's interface permit2 flow unusable because signing a message in the Safe wallet is only available from a particular version, and the SDK currently passes an invalid version number.

This was fixed in 7.10.1, and in version 8, Safe SDK migrated from ethers to viem under the hood and shaved off ~50% of the SDK package size.

This PR updates the SDK version of the connector to 8.0.0 and pumps the connector package version.

Test plan

  • An e2e swap of an erc20 token in the uniswap interface

@vercel
Copy link

vercel bot commented Jun 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web3-react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 29, 2023 7:15pm

.gitignore Outdated Show resolved Hide resolved
packages/gnosis-safe/package.json Outdated Show resolved Hide resolved
yarn.lock Outdated Show resolved Hide resolved
yarn.lock Outdated Show resolved Hide resolved
@zzmp zzmp merged commit 83bdf6b into Uniswap:main Jun 29, 2023
5 checks passed
@mmv08 mmv08 deleted the bug/fix-safe-apps-connector branch June 30, 2023 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants