diff --git a/src/routes/safe/store/actions/fetchTransactions.js b/src/routes/safe/store/actions/fetchTransactions.js index 54a2958f..49cf414b 100644 --- a/src/routes/safe/store/actions/fetchTransactions.js +++ b/src/routes/safe/store/actions/fetchTransactions.js @@ -32,6 +32,7 @@ type TxServiceModel = { data: string, operation: number, nonce: number, + safeTxHash: string, submissionDate: string, executionDate: string, confirmations: ConfirmationServiceModel[],