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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 walletinjected({target: {id: "app.phantom",name: "Phantom",provider: "isPhantom", // See the wagmi docs for more infoicon: "/phantom-app-icon.png", // provide your own icon},}),// or, ConnectKit comes with a list of pre-configured walletswallets["zerion"],// Don't forget to include the default connectors...(ckConfig.connectors ?? []),]Beta Was this translation helpful? Give feedback.
All reactions