Skip to content

Commit

Permalink
feat: Add Basenames and Fund Wallet to WalletDropdown (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer authored Aug 22, 2024
1 parent f3b50a3 commit 33702ac
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,7 +10,9 @@ import {
ConnectWallet,
Wallet,
WalletDropdown,
WalletDropdownBasename,
WalletDropdownDisconnect,
WalletDropdownFundLink,
WalletDropdownLink,
} from '@coinbase/onchainkit/wallet';

Expand Down Expand Up @@ -42,9 +44,11 @@ export default function WalletWrapper({
<Address />
<EthBalance />
</Identity>
<WalletDropdownBasename />
<WalletDropdownLink icon="wallet" href="https://wallet.coinbase.com">
Go to Wallet Dashboard
</WalletDropdownLink>
<WalletDropdownFundLink />
<WalletDropdownDisconnect />
</WalletDropdown>
</Wallet>
Expand Down

0 comments on commit 33702ac

Please sign in to comment.