Skip to content

Commit

Permalink
Add to wallet dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Aug 22, 2024
1 parent f3b50a3 commit 43e2bed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/WalletWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import {
ConnectWallet,
Wallet,
WalletDropdown,
WalletDropdownBasename,
WalletDropdownFundLink,
WalletDropdownDisconnect,
WalletDropdownLink,
} from '@coinbase/onchainkit/wallet';
Expand Down Expand Up @@ -42,6 +44,8 @@ export default function WalletWrapper({
<Address />
<EthBalance />
</Identity>
<WalletDropdownBasename />
<WalletDropdownFundLink />
<WalletDropdownLink icon="wallet" href="https://wallet.coinbase.com">
Go to Wallet Dashboard
</WalletDropdownLink>
Expand Down

0 comments on commit 43e2bed

Please sign in to comment.