Skip to content

Commit

Permalink
docs: init TokenChip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed May 25, 2024
1 parent f38610c commit 9fe05ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
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.16.10",
"@coinbase/onchainkit": "0.17.1",
"@coinbase/wallet-sdk": "^4.0.0",
"@tanstack/react-query": "^5.36.0",
"@types/react": "latest",
Expand Down
3 changes: 1 addition & 2 deletions site/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export const sidebar = [
text: 'Token',
items: [
{ text: 'Introduction', link: '/token/introduction' },
/*
{
text: 'Components',
items: [
Expand All @@ -122,7 +121,7 @@ export const sidebar = [
link: '/token/token-chip',
},
],
},*/
},
{
text: 'Types',
link: '/token/types',
Expand Down
10 changes: 5 additions & 5 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,9 @@ __metadata:
languageName: node
linkType: hard

"@coinbase/onchainkit@npm:0.16.10":
version: 0.16.10
resolution: "@coinbase/onchainkit@npm:0.16.10"
"@coinbase/onchainkit@npm:0.17.1":
version: 0.17.1
resolution: "@coinbase/onchainkit@npm:0.17.1"
peerDependencies:
"@coinbase/wallet-sdk": ^4
"@tanstack/react-query": ^5
Expand All @@ -347,7 +347,7 @@ __metadata:
react-dom: ^18
viem: ^2
wagmi: ^2
checksum: 4cacee8f7ed3c59f3234f6db6a2d8ff5491dbce435128053c3ef712da110a528c74ad337b67ea2c54d8578f323c3e419cd994c863f950b32fde970dee8065e6e
checksum: ce731d36a26456904badfd7474b68c184168ff2f8790b7140bbd222ca7c8e24d2307a8798e494a9414913c11813dcce4e48edef7bf477fcacc0a8d0562e959c2
languageName: node
linkType: hard

Expand Down Expand Up @@ -7656,7 +7656,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "onchainkit@workspace:."
dependencies:
"@coinbase/onchainkit": "npm:0.16.10"
"@coinbase/onchainkit": "npm:0.17.1"
"@coinbase/wallet-sdk": "npm:^4.0.0"
"@tanstack/react-query": "npm:^5.36.0"
"@types/react": "npm:latest"
Expand Down

0 comments on commit 9fe05ce

Please sign in to comment.