-
Notifications
You must be signed in to change notification settings - Fork 20
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
reown 1.2.* conflict and reown 1.1.1 #83
Comments
i analyze package but recommendedWalletIds is not used anywhere i think try? await w3mApiInteractor.fetchWalletImages(for: store.recentWallets + store.customWallets) this line recommendWallets need bind `public static func configure(
|
Describe the bug
A clear and concise description of what the bug is.
SDK Version
To Reproduce
Steps to reproduce the behavior:
install metamask-ios-sdk 0.8.10 and reown 1.2.* then build and run
show multiple commands issue. so couldn`t install 1.2.*
reown 1.1.1 why not working recommendedWalletIds its my appkit configure
AppKit.configure(
projectId: Bundle.main.object(forInfoDictionaryKey: "WALLET_CONNECT_PROJECT_ID") as! String,
metadata: metadata,
crypto: DefaultCryptoProvider(),
authRequestParams: nil,
includeWebWallets: false,
recommendedWalletIds: [
WalletId.Metamask,
WalletId.Burrito,
WalletId.TrustWallet,
WalletId.Rainbow,
WalletId.Zerion,
WalletId.Phantom,
],
coinbaseEnabled: false
)
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Device (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: