A functional custom wallet option should be provided for users whose wallets are not yet registered within the library. #284
amandeep-coolplugin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering difficulty using my injected wallet with connectkit. I'm attempting to integrate the "window.BinanceChain" wallet object into the injected connector, but I'm not seeing any button indicating its presence.
Here's the code I'm using:
new InjectedConnector({
chains,
options: {
name: 'Browser Wallet',
getProvider: () => typeof window !== 'undefined' ? window.BinanceChain : undefined,
shimDisconnect: false,
},
}),
https://chrome.google.com/webstore/detail/binance-wallet/fhbohimaelbohpjbbldcngcnapndodjp?utm_source=ext_sidebar&hl=en-US
Beta Was this translation helpful? Give feedback.
All reactions