diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index 3475588206..62d3e11e52 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -1376,6 +1376,7 @@ func (s *BundleAPI) CallBundle(ctx context.Context, args CallBundleArgs) (map[st "txHash": txHash, "gasUsed": receipt.GasUsed, "logs": logs, + "status": receipt.Status, } totalGasUsed += receipt.GasUsed if result.Err != nil {