diff --git a/components/forms/CreateTxForm/index.tsx b/components/forms/CreateTxForm/index.tsx index c9ea613..65afcde 100644 --- a/components/forms/CreateTxForm/index.tsx +++ b/components/forms/CreateTxForm/index.tsx @@ -74,7 +74,7 @@ const CreateTxForm = ({ router, senderAddress, accountOnChain }: CreateTxFormPro memo, }; - const transactionID = await requestJson("/api/transaction", { + const { transactionID } = await requestJson("/api/transaction", { body: { dataJSON: JSON.stringify(tx) }, });