Compare commits
3 Commits
fix/fix-ho
...
feat/fix-n
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95022ef121 | ||
|
|
4519906b78 | ||
|
|
88a47c49a4 |
@@ -215,6 +215,7 @@ export const Log: FC<ILog> = ({
|
|||||||
)}
|
)}
|
||||||
{expanded && jsonData && <Pre block>{jsonData}</Pre>}
|
{expanded && jsonData && <Pre block>{jsonData}</Pre>}
|
||||||
</LogText>
|
</LogText>
|
||||||
|
<br />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ export const deployHook = async (account: IAccount & { name?: string }, data: Se
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
// });
|
// });
|
||||||
console.log(filteredHookParameters)
|
|
||||||
if (typeof window !== "undefined") {
|
if (typeof window !== "undefined") {
|
||||||
const tx = {
|
const tx = {
|
||||||
Account: account.address,
|
Account: account.address,
|
||||||
|
|||||||
Reference in New Issue
Block a user