1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-30 21:52:05 +02:00
blog/test/__mocks__/wagmi/actions.ts

8 lines
117 B
TypeScript

export const sendTransaction = async () => {
return {}
}
export const writeContract = async () => {
return {}
}