Skip to content

Commit

Permalink
Wallet disconnect (#732)
Browse files Browse the repository at this point in the history
* fix: added disconnect for wallet

* fix: added autoConnect

* fix: changed onClick to onGetTokenClick

* fix: fixed errors

* fix: added coinbase wallet

* fix: img added

* fix: fixed metamask not showing if not present in it

* fix: fixed injected wallets

---------

Co-authored-by: KlausMikhaelson <[email protected]>
  • Loading branch information
mishramonalisha76 and KlausMikhaelson authored Sep 25, 2023
1 parent 986f0b0 commit 5617655
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ const chains = [
}
]

const wallets = [injectedModule({
displayUnavailable: [ProviderLabel.MetaMask]
}), walletConnect, coinbaseWalletSdk]

const wallets = [injectedModule(), walletConnect, coinbaseWalletSdk]



const appMetadata = {
Expand Down

0 comments on commit 5617655

Please sign in to comment.