Skip to content

Commit

Permalink
docs: latest (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec authored Sep 20, 2024
1 parent 9a7ef85 commit 32f9726
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion site/docs/pages/guides/lifecycle-status.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ however the transaction is not yet finalized.
statusName: 'transactionApproved';
statusData: {
transactionHash: Hex;
transactionType: 'ERC20' | 'Permit2';
transactionType: 'Batched' | 'ERC20' | 'Permit2' | 'Swap';
};
}
```
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sitemap": "node createSitemap.js"
},
"dependencies": {
"@coinbase/onchainkit": "0.32.0",
"@coinbase/onchainkit": "0.33.0",
"@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.32.0":
version: 0.32.0
resolution: "@coinbase/onchainkit@npm:0.32.0"
"@coinbase/onchainkit@npm:0.33.0":
version: 0.33.0
resolution: "@coinbase/onchainkit@npm:0.33.0"
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: c6e129a90a7d75616ea466b7b09881f52286e69eb9269ccc4299a4e95e510ebde810d6992f6dd9e765fd9ad94ec343e00b464554daada9cd03ef595bbb0360cc
checksum: 54c1ab0be9104ccd6d348420b5ab30199265b61e50c6da835e2a760a0b2bc3e21919f3b0bf3e20c8fdc93b15e3445877d9126fa88896bbe15dd26007fdbade0c
languageName: node
linkType: hard

Expand Down Expand Up @@ -8188,7 +8188,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "onchainkit@workspace:."
dependencies:
"@coinbase/onchainkit": "npm:0.32.0"
"@coinbase/onchainkit": "npm:0.33.0"
"@types/react": "npm:latest"
"@types/sitemap-generator": "npm:^8"
"@vercel/edge": "npm:^1.1.1"
Expand Down

0 comments on commit 32f9726

Please sign in to comment.