1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 18:00:06 +01:00
blog/test/__mocks__/wagmi/actions.ts

8 lines
117 B
TypeScript

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