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: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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