xmtp / xmtp-ios

XMTP client SDK for iOS applications written in Swift.
MIT License
34 stars 24 forks source link

Bug: iOSExample App Uses WalletConnect V1 #131

Closed neekolas closed 1 year ago

neekolas commented 1 year ago

Describe the bug

Our iOS example app is built on top of WalletConnect V1, which has been completely shut down. This makes the example app unusable with wallet apps.

Expected behavior

Wallet connection is handled through V2 instead of V1

Steps to reproduce the bug

No response

nplasterer commented 1 year ago

I bet this is also an issue on several other of our examples like android. I'll take a task from this to do an audit on walletconnectV1 usage.

nakajima commented 1 year ago

Fixed by https://github.com/xmtp/xmtp-ios/pull/166.