We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955124d commit af3fd5bCopy full SHA for af3fd5b
demos/react/src/demo-components/CallBatchDemo.tsx
@@ -1,4 +1,5 @@
1
import { useHappyWallet } from "@happy.tech/react"
2
+import { toast } from "sonner"
3
import { parseEther } from "viem"
4
import { walletClient } from "../clients"
5
@@ -7,6 +8,7 @@ const CallBatchDemo = () => {
7
8
async function getCapabilities() {
9
try {
10
const caps = await walletClient?.getCapabilities()
11
+ toast.info("Check console for supported capabilities!")
12
console.log({ caps })
13
} catch (error) {
14
console.error(error)
0 commit comments