diff --git a/src/datasources/cache/cache.first.data.source.ts b/src/datasources/cache/cache.first.data.source.ts index 9cd3d6e318..dd0c5822d0 100644 --- a/src/datasources/cache/cache.first.data.source.ts +++ b/src/datasources/cache/cache.first.data.source.ts @@ -225,6 +225,8 @@ export class CacheFirstDataSource { return { txType: 'multisig', safeTxHash: transaction.safeTxHash, + confirmations: transaction.confirmations, + confirmationRequired: transaction.confirmationsRequired, }; } else if (isEthereumTransaction(transaction)) { return {