-
Notifications
You must be signed in to change notification settings - Fork 38
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
[iOS] update wallet connect to v2 for key connection #3365
Comments
Work in progress. - Connect to wallet (MM tested) - Sign using eth_sign works - Sign transaction using eth_sign works - Sign transaction using eth_signTypedData_v4 doesn't produce a signature that's recognised by our backend
GH-3365 implemented wallet connect v2 for signing messages and sending transactions from connected wallets. - connect/disconnect - eth_sign, eth_signTypedData_v4
The issue is that Rainbow doesn't support Görli now. To enable it, you should go to Rainbow's Settings - Developer Settings - Enable Testnets. Then there's a toggle to switch network to Görli. However, when I tried it, it didn't switch to other network. Even without the testnet, if the Safe is on Ethereum, then Rainbow will pick up the Ethereum network just OK and you can connect to it. List of networks that Rainbow says it can connect to:
Unfortunately, Goerli and Gnosis Chain are not in that list |
|
|
Result of testing:
|
Verified: if the wallet supports the network and the same networks is selected in the safe app and connected wallet, connection works without an issue |
WalletConnect v1 was switched off on the services side, so we need to use WalletConnect v2 for connecting keys.
Related issue:
5afe/safe-support#332
The text was updated successfully, but these errors were encountered: