diff --git a/state/actions/deployHook.ts b/state/actions/deployHook.ts index d5196ce..e6bf848 100644 --- a/state/actions/deployHook.ts +++ b/state/actions/deployHook.ts @@ -81,7 +81,7 @@ export const deployHook = async (account: IAccount & { name?: string }, data: Se // } // } // }); - console.log(filteredHookParameters) + if (typeof window !== "undefined") { const tx = { Account: account.address,