Skip to content

Commit af3fd5b

Browse files
committed
restack
1 parent 955124d commit af3fd5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demos/react/src/demo-components/CallBatchDemo.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { useHappyWallet } from "@happy.tech/react"
2+
import { toast } from "sonner"
23
import { parseEther } from "viem"
34
import { walletClient } from "../clients"
45

@@ -7,6 +8,7 @@ const CallBatchDemo = () => {
78
async function getCapabilities() {
89
try {
910
const caps = await walletClient?.getCapabilities()
11+
toast.info("Check console for supported capabilities!")
1012
console.log({ caps })
1113
} catch (error) {
1214
console.error(error)

0 commit comments

Comments
 (0)