Skip to content

Commit

Permalink
Add Base Name
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Aug 12, 2024
1 parent 6ad8bba commit c0e0bea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions site/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
ConnectWallet,
Wallet,
WalletDropdown,
WalletDropdownBaseName,
WalletDropdownLink,
WalletDropdownDisconnect,
} from '@coinbase/onchainkit/wallet';
Expand Down Expand Up @@ -194,6 +195,7 @@ bun add @coinbase/onchainkit
<Address />
<EthBalance />
</Identity>
<WalletDropdownBaseName />
<WalletDropdownLink icon="wallet" href="https://wallet.coinbase.com"> // [!code focus]
Wallet // [!code focus]
</WalletDropdownLink> // [!code focus]
Expand All @@ -218,6 +220,7 @@ bun add @coinbase/onchainkit
<Address className={color.foregroundMuted} />
<EthBalance />
</Identity>
<WalletDropdownBaseName />
<WalletDropdownLink icon="wallet" href="https://wallet.coinbase.com">
Wallet
</WalletDropdownLink>
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vocs preview"
},
"dependencies": {
"@coinbase/onchainkit": "0.28.7",
"@coinbase/onchainkit": "0.26.14",
"@types/react": "latest",
"@vercel/edge": "^1.1.1",
"permissionless": "^0.1.29",
Expand Down
10 changes: 5 additions & 5 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,9 @@ __metadata:
languageName: node
linkType: hard

"@coinbase/onchainkit@npm:0.28.7":
version: 0.28.7
resolution: "@coinbase/onchainkit@npm:0.28.7"
"@coinbase/onchainkit@npm:0.26.14":
version: 0.26.14
resolution: "@coinbase/onchainkit@npm:0.26.14"
dependencies:
"@rainbow-me/rainbowkit": "npm:^2.1.3"
"@tanstack/react-query": "npm:^5"
Expand All @@ -496,7 +496,7 @@ __metadata:
"@xmtp/frames-validator": ^0.6.0
react: ^18
react-dom: ^18
checksum: fb6e3e6671054f923ad118a05a766b0e732d8083bf87b51bc34b1f5e949111866188f0d04a00bbbce9128e187c211494026c14740a7f69322d6bd17a08c44f64
checksum: f877c575bf4e83182c909a85ad55101b5539b51e1150e8c2905151409b5b52242a23dc12a147621e5705c1df5a94b453e2c592bb3abbbcbdc0eb08df65a916b2
languageName: node
linkType: hard

Expand Down Expand Up @@ -7836,7 +7836,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "onchainkit@workspace:."
dependencies:
"@coinbase/onchainkit": "npm:0.28.7"
"@coinbase/onchainkit": "npm:0.26.14"
"@types/react": "npm:latest"
"@vercel/edge": "npm:^1.1.1"
permissionless: "npm:^0.1.29"
Expand Down

0 comments on commit c0e0bea

Please sign in to comment.