Non-Injected connector #354
Unanswered
tusharSharma17
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
-
how can i provide non-injected connector in config ?, having problems with multiple injected wallets..!
where to find non-injected providers for trust-wallet and Matamask in connecters for config..?
Connectkit version: ^1.7.1
wagmi version: ^2.5.7
i am new here...!
this is still little grey for me..!
connectors: [
// Declare your custom wallet
injected({
target: {
id: "app.phantom",
name: "Phantom",
provider: "isPhantom", // See the wagmi docs for more info
icon: "/phantom-app-icon.png", // provide your own icon
},
}),
// or, ConnectKit comes with a list of pre-configured wallets
wallets["zerion"],
// Don't forget to include the default connectors
...(ckConfig.connectors ?? []),
]
Beta Was this translation helpful? Give feedback.
All reactions