Trust Wallet no showing in installed wallet even if i have trust wallet in my extension #2258
Unanswered
Venkatesh2877
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have trust wallet extension added to my browser. But it is not showing up in installed list.(whereas metamask is showed in installed)
export const config = getDefaultConfig({
appName: "***",
projectId: productId,
chains: supportedChains as any,
ssr: true,
wallets: [
{
groupName: "Recommended",
wallets: [metaMaskWallet, trustWallet, coinbaseWallet],
},
],
});
Beta Was this translation helpful? Give feedback.
All reactions